TrafficFlowSegmentDataPropertiesCoordinates Class

  • java.lang.Object
    • com.azure.maps.traffic.models.TrafficFlowSegmentDataPropertiesCoordinates

public final class TrafficFlowSegmentDataPropertiesCoordinates

Includes the coordinates describing the shape of the segment. Coordinates are shifted from the road depending on the zoom level to support high quality visualization in every scale.

Method Summary

Modifier and Type Method and Description
List<GeoPosition> getCoordinates()

Return the coordinates

Methods inherited from java.lang.Object

Method Details

getCoordinates

public List<GeoPosition> getCoordinates()

Return the coordinates

Returns:

Returns a list of GeoPosition coordinates.

Applies to