interface MapPoint
The representation of the point on the map.
abstract fun getPosition(): LatLng
The position of the point on map. |
interface Circle : Overlay, MapPoint
The base interface defining a circle that can be added to the map. |
|
interface Marker : Annotation, MapPoint
Base interface defining marker that can be added to the map. |