IsolineAvoidanceAreaGeometry

The avoidance geometry, to be included while calculating an isoline.

Types

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

Properties

Link copied to clipboard

Geometry defined as a bounding box. The first pair represents the X and Y coordinates (longitude and latitude,) of the southwest corner of the bounding box; the second pair represents the X and Y coordinates (longitude and latitude) of the northeast corner.

Link copied to clipboard

Geometry defined as a corridor - a LineString with a radius that defines the width of the corridor.

Link copied to clipboard

A list of Polygon will be excluded for calculating isolines, the list can only contain 1 polygon.

Link copied to clipboard

Geometry defined as an encoded corridor – a polyline with a radius that defines the width of the corridor. For more information on polyline encoding, see http://github.com/heremaps/flexiblepolyline/blob/master/README.md.

Link copied to clipboard

A list of PolylinePolygon's that are excluded for calculating isolines, the list can only contain 1 polygon. For more information on polyline encoding, see http://github.com/heremaps/flexiblepolyline/blob/master/README.md.

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