|
class | GeotagData (Dictionary< string, object > data, Location? expectedLocation, string? orderHandle, HyperTrack.OrderStatus? orderStatus) |
|
|
static HyperTrack.Result< HyperTrack.Location, HyperTrack.LocationError > | AddGeotag (string orderHandle, OrderStatus orderStatus, Json.Object metadata) |
|
static HyperTrack.Result< HyperTrack.LocationWithDeviation, HyperTrack.LocationError > | AddGeotag (string orderHandle, OrderStatus orderStatus, Json.Object metadata, Location expectedLocation) |
|
static Result< Location, LocationError > | GetLocation () |
|
static ICancellable | Locate (Action< Result< Location, HashSet< Error > > > callback) |
|
static ICancellable | SubscribeToErrors (Action< HashSet< Error > > callback) |
|
static ICancellable | SubscribeToIsAvailable (Action< bool > callback) |
|
static ICancellable | SubscribeToIsTracking (Action< bool > callback) |
|
static ICancellable | SubscribeToLocation (Action< Result< Location, LocationError > > callback) |
|
static ICancellable | SubscribeToOrders (Action< Dictionary< string, Order > > callback) |
|
◆ AddGeotag() [1/2]
static HyperTrack.Result< HyperTrack.Location, HyperTrack.LocationError > HyperTrack.HyperTrack.AddGeotag |
( |
string | orderHandle, |
|
|
OrderStatus | orderStatus, |
|
|
Json.Object | metadata ) |
|
inlinestatic |
◆ AddGeotag() [2/2]
static HyperTrack.Result< HyperTrack.LocationWithDeviation, HyperTrack.LocationError > HyperTrack.HyperTrack.AddGeotag |
( |
string | orderHandle, |
|
|
OrderStatus | orderStatus, |
|
|
Json.Object | metadata, |
|
|
Location | expectedLocation ) |
|
inlinestatic |
◆ GeotagData()
class HyperTrack.HyperTrack.GeotagData |
( |
Dictionary< string, object > | data, |
|
|
Location? | expectedLocation, |
|
|
string? | orderHandle, |
|
|
HyperTrack.OrderStatus? | orderStatus ) |
|
inline |
◆ GetLocation()
◆ Locate()
◆ SubscribeToErrors()
static ICancellable HyperTrack.HyperTrack.SubscribeToErrors |
( |
Action< HashSet< Error > > | callback | ) |
|
|
inlinestatic |
◆ SubscribeToIsAvailable()
static ICancellable HyperTrack.HyperTrack.SubscribeToIsAvailable |
( |
Action< bool > | callback | ) |
|
|
inlinestatic |
◆ SubscribeToIsTracking()
static ICancellable HyperTrack.HyperTrack.SubscribeToIsTracking |
( |
Action< bool > | callback | ) |
|
|
inlinestatic |
◆ SubscribeToLocation()
◆ SubscribeToOrders()
static ICancellable HyperTrack.HyperTrack.SubscribeToOrders |
( |
Action< Dictionary< string, Order > > | callback | ) |
|
|
inlinestatic |
◆ AllowMockLocation
bool HyperTrack.HyperTrack.AllowMockLocation |
|
staticgetset |
◆ DeviceId
string HyperTrack.HyperTrack.DeviceId |
|
staticget |
◆ Errors
HashSet<Error> HyperTrack.HyperTrack.Errors |
|
staticget |
◆ IsAvailable
bool HyperTrack.HyperTrack.IsAvailable |
|
staticgetset |
◆ IsTracking
bool HyperTrack.HyperTrack.IsTracking |
|
staticgetset |
◆ Metadata
Json.Object HyperTrack.HyperTrack.Metadata |
|
staticgetset |
◆ Name
string HyperTrack.HyperTrack.Name |
|
staticgetset |
◆ Orders
Dictionary<string, Order> HyperTrack.HyperTrack.Orders |
|
staticget |
◆ WorkerHandle
string HyperTrack.HyperTrack.WorkerHandle |
|
staticgetset |
The documentation for this class was generated from the following files: