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