toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-search
/
com.mapbox.dash.sdk.search.domain.model
/
VisibleRegion
Visible
Region
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
VisibleRegion
(
val
farLeft
:
Point
,
val
farRight
:
Point
,
val
nearLeft
:
Point
,
val
nearRight
:
Point
,
val
center
:
Point
)
Members
Constructors
Visible
Region
Link copied to clipboard
constructor
(
farLeft
:
Point
,
farRight
:
Point
,
nearLeft
:
Point
,
nearRight
:
Point
,
center
:
Point
)
Properties
center
Link copied to clipboard
val
center
:
Point
far
Left
Link copied to clipboard
val
farLeft
:
Point
far
Right
Link copied to clipboard
val
farRight
:
Point
near
Left
Link copied to clipboard
val
nearLeft
:
Point
near
Right
Link copied to clipboard
val
nearRight
:
Point
Functions
to
List
Link copied to clipboard
fun
toList
(
)
:
List
<
Point
>
to
Polygon
Link copied to clipboard
fun
toPolygon
(
)
:
Polygon