AI-generated Key Takeaways
- 
          Waypoint location is described using the pointfield, represented by a LatLng object.
- 
          The terminalPointId,accessPointId,tripId, andterminalLocationTypefields are deprecated and should no longer be used.
- 
          Instead of TerminalPointId, useTerminalLocation.pointto specify location.
- 
          TerminalPointIdand its associated fields (value,placeId,generatedId) are deprecated and no longer supported.
Describes the location of a waypoint.
| JSON representation | 
|---|
| { "point": { object ( | 
| Fields | |
|---|---|
| point | 
 Denotes the exact  | 
| place | 
 The resource name of the place that represents this location. The format is  This is an experimental feature. | 
| pointLocationSource | 
 Output only. The source of the  | 
| terminalPointId | 
 Deprecated: Specify the  | 
| accessPointId | 
 Deprecated: Specify the  | 
| tripId | 
 Deprecated. | 
| terminalLocationType | 
 Deprecated:  | 
PointSource
Indicates the source of a LatLng.
| Enums | |
|---|---|
| POINT_SOURCE_UNSPECIFIED | Point source unspecified. | 
| POINT_SOURCE_DEVELOPER_PROVIDED | The LatLngwas explicitly provided by the developer. | 
| POINT_SOURCE_CALCULATED_FROM_PLACE | The LatLngwas calculated from the provided place. | 
TerminalPointId
Deprecated: TerminalPoints are no longer supported in Fleet Engine. Use TerminalLocation.point instead.
| JSON representation | 
|---|
| { "value": string, // Union field | 
| Fields | |
|---|---|
| value | 
 Deprecated. | 
| Union field Id. Deprecated.Idcan be only one of the following: | |
| placeId | 
 Deprecated. | 
| generatedId | 
 Deprecated. |