GeofenceGeometry

Contains the geofence geometry details.

A geofence geometry is made up of either a polygon or a circle. Can be either a polygon or a circle. Including both will return a validation error.

Amazon Location doesn't currently support polygons with holes, multipolygons, polygons that are wound clockwise, or that cross the antimeridian.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A circle on the earth, as defined by a center point and a radius.

Link copied to clipboard

A polygon is a list of linear rings which are each made up of a list of vertices.

Functions

Link copied to clipboard
inline fun copy(block: GeofenceGeometry.Builder.() -> Unit = {}): GeofenceGeometry
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String