GeoJsonPointStyle

open class GeoJsonPointStyle : Style, GeoJsonStyle

A class that allows for GeoJsonPoint objects to be styled and for these styles to be translated into a MarkerOptions object. {@see * * MarkerOptions docs for more details about the options.}

Constructors

Link copied to clipboard
constructor()
Creates a new PointStyle 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 getAlpha(): Float
Gets the alpha of the GeoJsonPoint.
Link copied to clipboard
open fun getAnchorU(): Float
Gets the Anchor U coordinate of the GeoJsonPoint.
Link copied to clipboard
open fun getAnchorV(): Float
Gets the Anchor V coordinate of the GeoJsonPoint.
Link copied to clipboard
Gets the type of geometries this style can be applied to
Link copied to clipboard
open fun getIcon(): BitmapDescriptor
Gets a bitmap image for the GeoJsonPoint
Link copied to clipboard
Gets the info window anchor U coordinate of the GeoJsonPoint.
Link copied to clipboard
Gets the info window anchor V coordinate of the GeoJsonPoint.
Link copied to clipboard
open fun getRotation(): Float
Gets the rotation of the GeoJsonPoint in degrees clockwise about the marker's anchor point
Link copied to clipboard
open fun getSnippet(): String
Gets the snippet of the GeoJsonPoint
Link copied to clipboard
open fun getTitle(): String
Gets the title of the GeoJsonPoint
Link copied to clipboard
open fun getZIndex(): Float
Gets the z index of the GeoJsonLineString
Link copied to clipboard
open fun hasChanged(): Boolean
Link copied to clipboard
open fun isDraggable(): Boolean
Gets whether the GeoJsonPoint is draggable
Link copied to clipboard
open fun isFlat(): Boolean
Gets whether the GeoJsonPoint is flat
Link copied to clipboard
open fun isVisible(): Boolean
Gets whether the GeoJsonPoint is visible
Link copied to clipboard
open fun notifyObservers()
Link copied to clipboard
open fun setAlpha(alpha: Float)
Sets the alpha of the GeoJsonPoint.
Link copied to clipboard
open fun setAnchor(anchorU: Float, anchorV: Float)
Sets the Anchor U and V coordinates of the GeoJsonPoint.
Link copied to clipboard
open fun setDraggable(draggable: Boolean)
Sets the GeoJsonPoint to be draggable
Link copied to clipboard
open fun setFlat(flat: Boolean)
Sets the GeoJsonPoint to be flat
Link copied to clipboard
open fun setIcon(bitmap: BitmapDescriptor)
Sets a bitmap image for the GeoJsonPoint
Link copied to clipboard
open fun setInfoWindowAnchor(infoWindowAnchorU: Float, infoWindowAnchorV: Float)
Sets the info window anchor U and V coordinates of the GeoJsonPoint.
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
Link copied to clipboard
open fun setRotation(rotation: Float)
Sets the rotation of the GeoJsonPoint in degrees clockwise about the marker's anchor point
Link copied to clipboard
open fun setSnippet(snippet: String)
Sets the snippet of the GeoJsonPoint
Link copied to clipboard
open fun setTitle(title: String)
Sets the title of the GeoJsonPoint
Link copied to clipboard
open fun setVisible(visible: Boolean)
Sets whether the GeoJsonPoint is visible
Link copied to clipboard
open fun setZIndex(zIndex: Float)
Sets the z index of the GeoJsonLineString
Link copied to clipboard
open fun toMarkerOptions(): MarkerOptions
Gets a new MarkerOptions object containing styles for the GeoJsonPoint
Link copied to clipboard
open fun toString(): String