Hagglehaul  1.0
Hagglehaul - book and bid on rides
Loading...
Searching...
No Matches
hagglehaul.Server.Models.GeographicRoute Class Reference

The representation of a cached geographic route in the database. More...

Properties

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.
 

Detailed Description

The representation of a cached geographic route in the database.


The documentation for this class was generated from the following file: