Package globus.glmap
Class GLMapVectorTileSource
java.lang.Object
globus.glmap.GLMapVectorTileSource
- All Implemented Interfaces:
GLMapTileSource
Use `GLMapVectorTileSource` to set layers in `GLMapView`
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
willAttach
(GLMapViewRenderer mapView) Called when layer will be attached to map viewvoid
willDetach
(GLMapViewRenderer mapView) Called when layer will be detached from map view
-
Constructor Details
-
GLMapVectorTileSource
public GLMapVectorTileSource()
-
-
Method Details
-
willAttach
Description copied from interface:GLMapTileSource
Called when layer will be attached to map view- Specified by:
willAttach
in interfaceGLMapTileSource
- Parameters:
mapView
- map view where layer will be attached
-
willDetach
Description copied from interface:GLMapTileSource
Called when layer will be detached from map view- Specified by:
willDetach
in interfaceGLMapTileSource
- Parameters:
mapView
- map view from where layer will be detached
-