public interface GeotagResult
HyperTrack.addGeotag(Map, Location)
invocation.
Currently is only implemented by GeotagResult.SuccessWithDeviation
that is returned when the geotag was
successfully created and allows to get additional data about it and GeotagResult.Error
that is
returned when the location of the device can't be obtained due to external factors.Modifier and Type | Interface and Description |
---|---|
static class |
GeotagResult.Error
Represents error occurred during geotagging with expected location.
|
static class |
GeotagResult.Success
Result of a successfully created geotag.
|
static class |
GeotagResult.SuccessWithDeviation
Result of a successfully created geotag with expected location.
|