RoutePath.Points Property

 

A Location Class array representing the shape of the route. Get this property from the service response.

Syntax

public Location[] Points { set; get; }
Public Property Points As Location()

Remarks

The Points property is returned if the RouteOptions.RoutePathType Property is set to RoutePathType.Points.