toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-search
/
com.mapbox.dash.sdk.search.domain.model
/
Poi
/
Address
Address
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
Address
(
val
address
:
String
,
val
point
:
Point
)
:
Poi
Members
Constructors
Address
Link copied to clipboard
constructor
(
address
:
String
,
point
:
Point
)
Properties
address
Link copied to clipboard
val
address
:
String
point
Link copied to clipboard
open
override
val
point
:
Point