/tripkit/TripKitAndroidUIData/com.skedgo.tripkit.ui.data.places/LatLngBounds
LatLngBounds
\ data class LatLngBounds(val southwest: LatLng, val northeast: LatLng) : Parcelable
Constructors
| LatLngBounds | constructor(southwest: LatLng, northeast: LatLng) |
Properties
| Name | Summary |
|---|---|
| northeast | val northeast: LatLng |
| southwest | val southwest: LatLng |
Functions
| Name | Summary |
|---|---|
| describeContents | abstract fun describeContents(): Int |
| withBuffer | fun LatLngBounds.withBuffer(factor: Double = 1.5): LatLngBounds |
| writeToParcel | abstract fun writeToParcel(p0: Parcel, p1: Int) |