toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-search
/
com.mapbox.dash.sdk.search.domain.model
/
Poi
Poi
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
sealed
class
Poi
Inheritors
Address
Place
GeoPoint
Members
Types
Address
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
Address
(
val
address
:
String
,
val
point
:
Point
)
:
Poi
Geo
Point
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
GeoPoint
(
val
point
:
Point
)
:
Poi
Place
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
Place
(
val
name
:
String
,
val
address
:
String
?
=
null
,
val
point
:
Point
)
:
Poi
Properties
point
Link copied to clipboard
@get:
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
abstract
val
point
:
Point