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
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 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
inline fun copy(block: IsolineAvoidanceAreaGeometry.Builder.() -> Unit = {}): IsolineAvoidanceAreaGeometry