TTMSFNCGoogleMapsDirectionsItem Class
Defines one directions request rendered on the map.
API unit family: TMSFNCGoogleMaps
Inherits from: TCollectionItem
Syntax
TTMSFNCGoogleMapsDirectionsItem = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| AvoidTolls | When True, toll roads are avoided when calculating routes. |
| 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. |
| Destination | Specifies the directions destination address. |
| DestinationCoordinate | Specifies the directions destination coordinate. |
| ID | Returns or stores the generated identifier. |
| OptimizeWayPoints | When True, waypoint order may be optimized. |
| Origin | Specifies the directions origin address. |
| OriginCoordinate | Specifies the directions origin coordinate. |
| Recreate | When True, the item is recreated on the next update. |
| ShowMarkers | When True, route markers are displayed. |
| ShowPolyline | When True, the route line is displayed. |
| StrokeColor | Specifies the line stroke color. |
| StrokeOpacity | Specifies the line stroke opacity. |
| StrokeWidth | Specifies the line stroke width in pixels. |
| TravelMode | Specifies the travel mode used for route calculation. |
| WayPoints | Specifies intermediate waypoints. |