MapsIndoorsAndroid
GoogleMapsAdapter
/
com.mapsindoors.googlemaps
/
MPProjection
MPProjection
class
MPProjection
(
projection
:
Projection
,
mZoom
:
Float
,
mMaxZoom
:
Float
)
:
MPIProjection
Content copied to clipboard
Constructors
Functions
Constructors
MPProjection
Link copied to clipboard
fun
MPProjection
(
projection
:
Projection
,
mZoom
:
Float
,
mMaxZoom
:
Float
)
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