Verizon 5G Edge API Portal

vv1.0

Geometry

Geometry

One of

LineString

A LineString is a type of geometry that represents a collection of points that are connected by line segments.

Properties

NameTypeRequiredDescription
typestring (one of: LineString)Yes
coordinatesarrayYes

Polygon

A Polygon is a type of geometry that represents a collection of points that form a closed ring.

NOTE: This API only supports a single polygon in the Polygon geometry, so holes cannot be defines at this point. Support for hole will be added in future releases.

Properties

NameTypeRequiredDescription
typestring (one of: Polygon)Yes
coordinatesarrayYes

MultiLineString

A MultiLineString is a type of geometry that represents a collection of LineString geometries.

Properties

NameTypeRequiredDescription
typestring (one of: MultiLineString)Yes
coordinatesarrayYes

MultiPolygon

A MultiPolygon is a type of geometry that represents a collection of Polygon geometries.

Properties

NameTypeRequiredDescription
typestring (one of: MultiPolygon)Yes
coordinatesarrayYes

On this page