tripkit-android / com.skedgo.geocoding / GCBoundingBox
GCBoundingBox
open class GCBoundingBox :
GCBoundingBoxInterface
Constructors
Name | Summary |
---|---|
<init> | GCBoundingBox(lat1: Double , lat2: Double , lng1: Double , lng2: Double ) GCBoundingBox(bb: GCBoundingBoxInterface !) GCBoundingBox(other: GCBoundingBox !) |
Properties
Name | Summary |
---|---|
lat1 | var lat1: Double |
lat2 | var lat2: Double |
lng1 | var lng1: Double |
lng2 | var lng2: Double |
World | static val World: GCBoundingBox ! |
Functions
Name | Summary |
---|---|
center | open fun center(): LatLng ! |
getBoundingBox | open fun getBoundingBox(): GCBoundingBox ! |
getLatitudeDelta | open fun getLatitudeDelta(): Double |
getLatLngs | open fun getLatLngs(): MutableList < LatLng !>! |
getLatN | open fun getLatN(): Double |
getLatS | open fun getLatS(): Double |
getLngE | open fun getLngE(): Double |
getLngW | open fun getLngW(): Double |
getLongitudeDelta | open fun getLongitudeDelta(): Double |
height | open fun height(): Int |