Package globus.glmap
Class GLMapVectorTileSource
java.lang.Object
globus.glmap.GLMapVectorTileSource
- All Implemented Interfaces:
GLMapTileSource
Represents a vector tile source that can be used to set layers in a
GLMapView
.
This class implements the GLMapTileSource
interface and manages
the lifecycle of tile layers in the map.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
willAttach
(GLMapViewRenderer mapView) Called when the vector tile source is about to be attached to aGLMapViewRenderer
.void
willDetach
(GLMapViewRenderer mapView) Called when the vector tile source is about to be detached from aGLMapViewRenderer
.
-
Constructor Details
-
GLMapVectorTileSource
public GLMapVectorTileSource()Empty constructor.
-
-
Method Details
-
willAttach
Called when the vector tile source is about to be attached to aGLMapViewRenderer
.- Specified by:
willAttach
in interfaceGLMapTileSource
- Parameters:
mapView
- TheGLMapViewRenderer
to which this tile source will be attached.
-
willDetach
Called when the vector tile source is about to be detached from aGLMapViewRenderer
.- Specified by:
willDetach
in interfaceGLMapTileSource
- Parameters:
mapView
- TheGLMapViewRenderer
from which this tile source will be detached.
-