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
/
AddressRanges
Address
Ranges
@
Serializable
data
class
AddressRanges
(
val
rangeLeft
:
String
?
=
null
,
val
rangeRight
:
String
?
=
null
,
val
from
:
LatLon
?
=
null
,
val
to
:
LatLon
?
=
null
)
Members
Constructors
Address
Ranges
Link copied to clipboard
constructor
(
rangeLeft
:
String
?
=
null
,
rangeRight
:
String
?
=
null
,
from
:
LatLon
?
=
null
,
to
:
LatLon
?
=
null
)
Properties
from
Link copied to clipboard
val
from
:
LatLon
?
=
null
range
Left
Link copied to clipboard
val
rangeLeft
:
String
?
=
null
range
Right
Link copied to clipboard
val
rangeRight
:
String
?
=
null
to
Link copied to clipboard
val
to
:
LatLon
?
=
null