INAVI Navigation SDK Documents
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
INAVI Navigation SDK Documents
model
/
com.inavisys.navisdk.model.network.search
/
BoundingBox
Bounding
Box
@
Serializable
data
class
BoundingBox
(
val
topLeftPoint
:
LatLon
?
=
null
,
val
btmRightPoint
:
LatLon
?
=
null
)
Members
Constructors
Bounding
Box
Link copied to clipboard
constructor
(
topLeftPoint
:
LatLon
?
=
null
,
btmRightPoint
:
LatLon
?
=
null
)
Properties
btm
Right
Point
Link copied to clipboard
val
btmRightPoint
:
LatLon
?
=
null
top
Left
Point
Link copied to clipboard
val
topLeftPoint
:
LatLon
?
=
null