GeoBias

data class GeoBias(val coordinate: GeoCoordinate, val radius: Double)

Implementation of the GeoCoordinate with a radius.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun GeoBias(coordinate: GeoCoordinate, radius: Double)

Properties

Link copied to clipboard
val coordinate: GeoCoordinate
Link copied to clipboard
val radius: Double