| Name | Type | Description | Notes |
|---|
| latlng | Vector{Float32} | A pair of latitude/longitude coordinates, represented as an array of 2 floating point numbers. | [optional] [default to nothing] |
| target_latlng | Vector{Float32} | A pair of latitude/longitude coordinates, represented as an array of 2 floating point numbers. | [optional] [default to nothing] |
| categories | Vector{String} | Categories that the waypoint belongs to | [optional] [default to nothing] |
| title | String | A title for the waypoint | [optional] [default to nothing] |
| description | String | A description of the waypoint (optional) | [optional] [default to nothing] |
| distanceintoroute | Int64 | The number meters along the route that the waypoint is located | [optional] [default to nothing] |
[Back to Model list] [Back to API list] [Back to README]