Constructors

Link copied to clipboard
constructor()
Creates a new Style object

Functions

Link copied to clipboard
open fun addObserver(o: Observer)
Link copied to clipboard
open fun countObservers(): Int
Link copied to clipboard
Link copied to clipboard
open fun deleteObservers()
Link copied to clipboard
open fun getRotation(): Float
Gets the rotation of a marker in degrees clockwise about the marker's anchor
Link copied to clipboard
open fun hasChanged(): Boolean
Link copied to clipboard
open fun notifyObservers()
Link copied to clipboard
open fun setLineStringWidth(width: Float)
Sets the width of the LineString in screen pixels
Link copied to clipboard
open fun setMarkerHotSpot(x: Float, y: Float, xUnits: String, yUnits: String)
Sets the hotspot / anchor point of a marker
Link copied to clipboard
open fun setMarkerRotation(rotation: Float)
Sets the rotation / heading of the Point in degrees clockwise about the marker's anchor
Link copied to clipboard
open fun setPolygonFillColor(fillColor: Int)
Sets the fill color of the Polygon as a 32-bit ARGB color
Link copied to clipboard
open fun setPolygonStrokeWidth(strokeWidth: Float)
Sets the stroke width of the Polygon in screen pixels