Class LocationLayer

java.lang.Object
org.oscim.layers.Layer
org.oscim.layers.LocationLayer

public class LocationLayer extends Layer
  • Field Details

  • Constructor Details

    • LocationLayer

      public LocationLayer(Map map)
    • LocationLayer

      public LocationLayer(Map map, float scale)
  • Method Details

    • setEnabled

      public void setEnabled(boolean enabled)
      Description copied from class: Layer
      Enabled layers will be considered for rendering and receive onMapUpdate() calls when they implement MapUpdateListener.
      Overrides:
      setEnabled in class Layer
    • setPosition

      public void setPosition(double latitude, double longitude, float accuracy)