Package globus.glmap
Interface GLMapTileSource
- All Known Implementing Classes:
GLMapRasterTileSource,GLMapVectorTileSource
public interface GLMapTileSource
`GLMapTileSource` is base class for raster and vector tile sources
-
Method Summary
Modifier and TypeMethodDescriptionvoidwillAttach(GLMapViewRenderer mapView) Called when layer will be attached to map viewvoidwillDetach(GLMapViewRenderer mapView) Called when layer will be detached from map view
-
Method Details
-
willAttach
Called when layer will be attached to map view- Parameters:
mapView- map view where layer will be attached
-
willDetach
Called when layer will be detached from map view- Parameters:
mapView- map view from where layer will be detached
-