GeoBounds

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

Represents geographical bounds determined by the given list of GeoCoordinate elements.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun GeoBounds(coordinates: List<GeoCoordinate>)

Functions

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

Properties

Link copied to clipboard
val coordinates: List<GeoCoordinate>