MapsIndoorsAndroid
MapboxAdapter
/
com.mapsindoors.mapbox.converters
/
PointConverter
Point
Converter
object
PointConverter
Content copied to clipboard
Functions
Functions
to
Lat
Lngs
List
Link copied to clipboard
@
JvmStatic
fun
toLatLngsList
(
points
:
List
<
Point
>
?
)
:
MutableList
<
MPLatLng
>
Content copied to clipboard
to
MPLat
Lng
Link copied to clipboard
@
JvmStatic
fun
toMPLatLng
(
point
:
Point
)
:
MPLatLng
Content copied to clipboard
to
Point
Link copied to clipboard
@
JvmStatic
fun
toPoint
(
latLng
:
MPLatLng
)
:
Point
Content copied to clipboard
to
Points
List
Link copied to clipboard
@
JvmStatic
fun
toPointsList
(
mpLatLngs
:
List
<
MPLatLng
>
?
)
:
MutableList
<
Point
>
Content copied to clipboard