MapsIndoorsAndroid
MapboxAdapter
/
com.mapsindoors.mapbox
/
MPProjection
MPProjection
class
MPProjection
(
mMap
:
MapboxMap
,
mMapView
:
MapView
)
:
MPIProjection
Content copied to clipboard
Constructors
Functions
Constructors
MPProjection
Link copied to clipboard
fun
MPProjection
(
mMap
:
MapboxMap
,
mMapView
:
MapView
)
Content copied to clipboard
Functions
from
Screen
Location
Link copied to clipboard
open
override
fun
fromScreenLocation
(
point
:
Point
)
:
MPLatLng
Content copied to clipboard
get
Max
Zoom
Link copied to clipboard
open
override
fun
getMaxZoom
(
)
:
Float
Content copied to clipboard
get
Native
Zoom
Link copied to clipboard
open
override
fun
getNativeZoom
(
)
:
Float
Content copied to clipboard
get
Visible
Region
Link copied to clipboard
open
override
fun
getVisibleRegion
(
)
:
MPVisibleRegion
Content copied to clipboard
get
Zoom
Link copied to clipboard
open
override
fun
getZoom
(
)
:
Float
Content copied to clipboard
to
Screen
Location
Link copied to clipboard
open
override
fun
toScreenLocation
(
latLng
:
MPLatLng
)
:
Point
?
Content copied to clipboard