Class GeoLineStringCollection

java.lang.Object
com.azure.core.models.GeoObject
com.azure.core.models.GeoLineStringCollection
All Implemented Interfaces:
com.azure.json.JsonSerializable<GeoObject>

public final class GeoLineStringCollection extends GeoObject

Represents a collection of GeoLineStrings.

This class encapsulates a list of GeoLineString instances that form a collection of lines. Each line string is a curve with linear interpolation between points.

This class is useful when you want to work with a collection of line strings in a geographic context. For example, you can use it to represent a complex route on a map that is composed of multiple line strings.

Note: A line string collection requires at least 2 coordinates for each line string.

See Also: