public class VectorTileMarkerStyle extends VectorTileStyle
geomAdditive, selectable, uuid, viewC
Constructor and Description |
---|
VectorTileMarkerStyle(MarkerInfo markerInfo,
android.graphics.Bitmap bitmap,
VectorStyleSettings settings,
RenderControllerInterface viewC) |
Modifier and Type | Method and Description |
---|---|
void |
buildObjects(VectorObject[] objects,
VectorTileData tileData,
RenderControllerInterface controller)
Construct objects related to this style based on the input data.
|
geomIsAdditive, getCategory, getUuid
public VectorTileMarkerStyle(MarkerInfo markerInfo, android.graphics.Bitmap bitmap, VectorStyleSettings settings, RenderControllerInterface viewC)
public void buildObjects(VectorObject[] objects, VectorTileData tileData, RenderControllerInterface controller)
VectorStyle
objects
- The vector objects we'll build a visual representation for.tileData
- Information about the tile and where we put the tile when we're done.controller
- The MaplyBaseController to use when building the visual representation.