The representation of a cached geographic route in the database.
More...
|
string? | Id [get, set] |
| The unique identifier of the geographic route, not used in the application.
|
|
string | RouteDescriptor = null! [get, set] |
| The series of coordinates that was used to obtain the geographic route. Must have 4 float strings, each with exactly 4 decimal places of WGS84. Format: "startLng,startLat;endLng,endLat".
|
|
byte[] | Image = null! [get, set] |
| The image of the geographic route, stored as a byte array.
|
|
double? | Distance = null! [get, set] |
| The distance of the route in meters.
|
|
double? | Duration = null! [get, set] |
| The duration of the route in seconds.
|
|
string | GeoJson = null! [get, set] |
| GeoJSON representation of the route.
|
|
The representation of a cached geographic route in the database.
The documentation for this class was generated from the following file:
- /Users/jacob/Documents/Projects/130-project/hagglehaul/hagglehaul.Server/Models/GeographicRoute.cs