Companion

object Companion

Functions

Link copied to clipboard
fun circle(center: GeoPoint, radius: GeoDistance): GeoCircle
Link copied to clipboard
@SinceCouchbase(value = "6.5.1")
fun polygon(vertices: List<GeoPoint>): GeoPolygon
Link copied to clipboard
fun rectangle(topLeft: GeoPoint, bottomRight: GeoPoint): GeoRectangle