GeoRectangle

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

Constructors

Link copied to clipboard
constructor(topLeft: GeoPoint, bottomRight: GeoPoint)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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