toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-search-api
/
com.mapbox.dash.sdk.search.api
/
DashAddress
Dash
Address
class
DashAddress
(
val
houseNumber
:
String
?
=
null
,
val
street
:
String
?
=
null
,
val
neighborhood
:
String
?
=
null
,
val
locality
:
String
?
=
null
,
val
postcode
:
String
?
=
null
,
val
place
:
String
?
=
null
,
val
district
:
String
?
=
null
,
val
region
:
String
?
=
null
,
val
country
:
String
?
=
null
)
Members
Members & Extensions
Constructors
Dash
Address
Link copied to clipboard
constructor
(
houseNumber
:
String
?
=
null
,
street
:
String
?
=
null
,
neighborhood
:
String
?
=
null
,
locality
:
String
?
=
null
,
postcode
:
String
?
=
null
,
place
:
String
?
=
null
,
district
:
String
?
=
null
,
region
:
String
?
=
null
,
country
:
String
?
=
null
)
Properties
country
Link copied to clipboard
val
country
:
String
?
=
null
district
Link copied to clipboard
val
district
:
String
?
=
null
house
Number
Link copied to clipboard
val
houseNumber
:
String
?
=
null
locality
Link copied to clipboard
val
locality
:
String
?
=
null
neighborhood
Link copied to clipboard
val
neighborhood
:
String
?
=
null
place
Link copied to clipboard
val
place
:
String
?
=
null
postcode
Link copied to clipboard
val
postcode
:
String
?
=
null
region
Link copied to clipboard
val
region
:
String
?
=
null
street
Link copied to clipboard
val
street
:
String
?
=
null
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
map
To
Internal
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
fun
DashAddress
.
mapToInternal
(
)
:
SearchAddress