PlotHelper
Helper class for getting marker, polygon, line styles. It also helps clearing routes and various map layers
Functions
Link copied to clipboard
Clears building overlay data for all floors of the given building
Link copied to clipboard
Clears building overlay data for all floors of the given building
Link copied to clipboard
Clears route data on all floors for the provided building id
Link copied to clipboard
Clears property pin layer for the given property id
Link copied to clipboard
Clear routes on property layer
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getLineStyle(bitmapIcon: Bitmap, lineWidth: Float, stretchFactor: Float, lineJoinType: LineJoinType): LineStyle
open fun getLineStyle(color: Color, lineWidth: Float, stretchFactor: Float, lineJoinType: LineJoinType): LineStyle
Creates and returns LineStyle
Link copied to clipboard
Creates and returns MarkerStyle, uses default billboard scaling
open fun getMarkerStyle(drawable: Drawable, size: Float, billboardScaling: BillboardScaling): MarkerStyle
open fun getMarkerStyle(res: Resources, drawableInt: Int, size: Float, billboardScaling: BillboardScaling): MarkerStyle
open fun getMarkerStyle(context: Context, drawableInt: Int, size: Float, billboardScaling: BillboardScaling, billboardOrientation: BillboardOrientation): MarkerStyle
open fun getMarkerStyle(drawable: Drawable, size: Float, billboardScaling: BillboardScaling, anchorPointX: Float, anchorPointY: Float): MarkerStyle
open fun getMarkerStyle(res: Resources, drawableInt: Int, size: Float, billboardScaling: BillboardScaling, anchorPointX: Float, anchorPointY: Float): MarkerStyle
Creates and returns MarkerStyle
Link copied to clipboard
open fun getMarkerStyleFromBitmap(markerBitmapIcon: Bitmap, size: Float, billboardScaling: BillboardScaling, billboardOrientation: BillboardOrientation): MarkerStyle
Creates and returns MarkerStyle
open fun getMarkerStyleFromBitmap(markerBitmapIcon: Bitmap, size: Float, billboardScaling: BillboardScaling, billboardOrientation: BillboardOrientation, resize_width: Int, resize_height: Int): MarkerStyle
Link copied to clipboard
Creates and returns PointStyle
Link copied to clipboard
Creates and returns PolygonStyle