MapsIndoorsAndroid
MapsIndoorsSDK
/
com.mapsindoors.core.models
/
MPLatLngBounds
MPLat
Lng
Bounds
open
class
MPLatLngBounds
Types
Constructors
Functions
Constructors
MPLat
Lng
Bounds
Link copied to clipboard
open
fun
MPLatLngBounds
(
southWest
:
MPLatLng
,
northEast
:
MPLatLng
)
Types
Builder
Link copied to clipboard
open
class
Builder
Functions
contains
Link copied to clipboard
open
fun
contains
(
@
NonNull
latLng
:
MPLatLng
)
:
Boolean
Determines whether this LatLngBounds contains a point.
get
Center
Link copied to clipboard
@
NonNull
open
fun
getCenter
(
)
:
MPLatLng
Calculates the centerpoint of this LatLngBounds by simple interpolation and returns it as a point.
get
North
East
Link copied to clipboard
open
fun
getNorthEast
(
)
:
MPLatLng
get
South
West
Link copied to clipboard
open
fun
getSouthWest
(
)
:
MPLatLng