sdk-maps / com.tomtom.online.sdk.map / MapPoint

MapPoint

interface MapPoint

The representation of the point on the map.

Functions

getPosition

abstract fun getPosition(): LatLng

The position of the point on map.

Inheritors

Circle

interface Circle : Overlay, MapPoint

The base interface defining a circle that can be added to the map.

Marker

interface Marker : Annotation, MapPoint

Base interface defining marker that can be added to the map.