Class LocationTextureLayer

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

public class LocationTextureLayer extends Layer
  • Field Details

  • Constructor Details

    • LocationTextureLayer

      public LocationTextureLayer(Map map)
    • LocationTextureLayer

      public LocationTextureLayer(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)