Table of Contents

TTMSFNCRouteCalculatorAlternativeSegment Class

Represents an alternative path for a route segment.

API unit family: TMSFNCRoutecalculator Inherits from: TCollectionItem

Syntax

TTMSFNCRouteCalculatorAlternativeSegment = class(TCollectionItem)

Properties

Name Description
Coordinates Specifies the coordinates that define the route geometry.
DataBoolean Stores caller-defined Boolean data. True has the caller-defined meaning.
DataInteger Stores caller-defined integer data.
DataObject Stores caller-defined object data.
DataPointer Stores caller-defined pointer data.
DataString Stores caller-defined string data.
Distance Specifies the route distance in meters.
Duration Specifies the route duration in seconds.
EndCoordinate Specifies the segment end coordinate.
Polyline Returns the route or segment polyline coordinates.
Segment Returns the owning route segment.
StartCoordinate Specifies the segment start coordinate.