Maps and Navigation SDK
androidJvm
com.tomtom.sdk.location:model
/
com.tomtom.sdk.location
/
GeoBounds
Geo
Bounds
data
class
GeoBounds
(
val
coordinates
:
List
<
GeoPoint
>
)
:
Parcelable
Represents geographical bounds determined by the given list of
GeoPoint
elements.
Members
Constructors
Geo
Bounds
Link copied to clipboard
constructor
(
coordinates
:
List
<
GeoPoint
>
)
Properties
coordinates
Link copied to clipboard
val
coordinates
:
List
<
GeoPoint
>
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)