PointConverter

object PointConverter

Functions

Link copied to clipboard
fun toLatLngsList(points: List<Point>?): MutableList<MPLatLng>
Link copied to clipboard
fun toMPLatLng(point: Point): MPLatLng
Link copied to clipboard
fun toPoint(latLng: MPLatLng): Point
Link copied to clipboard
fun toPointsList(mpLatLngs: List<MPLatLng>?): MutableList<Point>