Package globus.glmap

Class GLMapVectorTileSource

java.lang.Object
globus.glmap.GLMapVectorTileSource
All Implemented Interfaces:
GLMapTileSource

public class GLMapVectorTileSource extends Object implements GLMapTileSource
Use `GLMapVectorTileSource` to set layers in `GLMapView`
  • Constructor Details

    • GLMapVectorTileSource

      public GLMapVectorTileSource()
  • Method Details

    • willAttach

      public void willAttach(@NonNull GLMapViewRenderer mapView)
      Description copied from interface: GLMapTileSource
      Called when layer will be attached to map view
      Specified by:
      willAttach in interface GLMapTileSource
      Parameters:
      mapView - map view where layer will be attached
    • willDetach

      public void willDetach(@NonNull GLMapViewRenderer mapView)
      Description copied from interface: GLMapTileSource
      Called when layer will be detached from map view
      Specified by:
      willDetach in interface GLMapTileSource
      Parameters:
      mapView - map view from where layer will be detached