GeoBias

data class GeoBias(val coordinate: GeoPoint, val radius: Distance)

Implementation of the GeoPoint with a radius.

Constructors

Link copied to clipboard
constructor(coordinate: GeoPoint, radius: Distance)

Properties

Link copied to clipboard

The center of the circle.

Link copied to clipboard

The radius of the circle.