MapsIndoors Android
GoogleMapsAdapter
/
com.mapsindoors.googlemaps
/
MPProjection
MPProjection
class
MPProjection
(
projection
:
Projection
,
mZoom
:
Float
,
mMaxZoom
:
Float
)
:
MPIProjection
Constructors
Functions
Constructors
MPProjection
Link copied to clipboard
fun
MPProjection
(
projection
:
Projection
,
mZoom
:
Float
,
mMaxZoom
:
Float
)
Functions
from
Screen
Location
Link copied to clipboard
open
override
fun
fromScreenLocation
(
point
:
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