MapsIndoorsAndroid
MapsIndoorsSDK
/
com.mapsindoors.core
/
MPIProjection
MPIProjection
interface
MPIProjection
Functions
Functions
from
Screen
Location
Link copied to clipboard
abstract
fun
fromScreenLocation
(
point
:
Point
)
:
MPLatLng
get
Max
Zoom
Link copied to clipboard
abstract
fun
getMaxZoom
(
)
:
Float
get
Native
Zoom
Link copied to clipboard
abstract
fun
getNativeZoom
(
)
:
Float
get
Visible
Region
Link copied to clipboard
abstract
fun
getVisibleRegion
(
)
:
MPVisibleRegion
get
Zoom
Link copied to clipboard
abstract
fun
getZoom
(
)
:
Float
to
Screen
Location
Link copied to clipboard
@
Nullable
abstract
fun
toScreenLocation
(
latLng
:
MPLatLng
)
:
Point