PointConverter

Functions

Link copied to clipboard

Converts a Mapbox Point list to a MPLatLng List

Link copied to clipboard
fun toMPLatLng(point: Point): MPLatLng

Converts a Mapbox Point object to a MPLatLng object

Link copied to clipboard
fun toPoint(latLng: MPLatLng): Point

Converts a MapsIndoors MPLatLng object to a Point object

Link copied to clipboard
fun toPointsList(mpLatLngs: List<MPLatLng>?): MutableList<Point>

Converts a MapsIndoors MPLatLng list to a Point List