Enum GenerateIsochroneRequest.Types.TravelDirection
Specifies the direction of travel for the isochrone calculation.
Namespace: Google.Maps.Isochrones.V1
Assembly: Google.Maps.Isochrones.V1.dll
Syntax
public enum GenerateIsochroneRequest.Types.TravelDirection
Fields
| Name | Description |
|---|---|
| From | Calculates the area reachable from the origin point. Example: "Where can I deliver to from my warehouse in 30 minutes?" |
| To | Calculates the area from which you can travel to the origin point. Example: "Where can my employees commute from to reach the office in 30 minutes?" |
| Unspecified | No travel direction specified. |