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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwillAttach(GLMapViewRenderer mapView) Called when the vector tile source is about to be attached to aGLMapViewRenderer.voidwillDetach(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:
willAttachin interfaceGLMapTileSource- Parameters:
mapView- TheGLMapViewRendererto which this tile source will be attached.
-
willDetach
Called when the vector tile source is about to be detached from aGLMapViewRenderer.- Specified by:
willDetachin interfaceGLMapTileSource- Parameters:
mapView- TheGLMapViewRendererfrom which this tile source will be detached.
-