GeoRectangle

class GeoRectangle(topLeft: GeoPoint, bottomRight: GeoPoint) : GeoShape

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val bottomRight: GeoPoint
Link copied to clipboard
val topLeft: GeoPoint