GeoBounds

data class GeoBounds(val coordinates: List<GeoPoint>) : Parcelable

Represents geographical bounds determined by the given list of GeoPoint elements. The first and final GeoPoint are joined by a line segment that closes the bounds. Throws an IllegalArgumentException if the list of coordinates is empty.

Constructors

Link copied to clipboard
constructor(coordinates: List<GeoPoint>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)