IsolineAvoidanceAreaGeometry

Defines an area to avoid during calculations using one of several supported geometry types. The service will prefer routes that avoid these areas when possible.

Types

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

Properties

Link copied to clipboard

A rectangular area defined by its southwest and northeast corners: [min longitude, min latitude, max longitude, max latitude].

Link copied to clipboard

A buffer zone around a line, defined by a series of coordinates and a radius in meters.

Link copied to clipboard

A polygon defined by a list of coordinate rings. The first ring defines the outer boundary; subsequent rings will be ignored.

Link copied to clipboard

A buffer zone around a compressed polyline, defined by an encoded polyline string and a radius in meters. For more information on polyline encoding, see https://github.com/aws-geospatial/polyline.

Link copied to clipboard

A polygon defined by encoded polyline strings. The first string defines the outer boundary; subsequent strings will be ignored. For more information on polyline encoding, see https://github.com/aws-geospatial/polyline.

Functions

Link copied to clipboard
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