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