GeotagResult

interface GeotagResult

Marker interface for classes that represent addGeotag invocation. Currently is only implemented by SuccessWithDeviation that is returned when the geotag was successfully created and allows to get additional data about it and Error that is returned when the location of the device can't be obtained due to external factors.

Types

Link copied to clipboard
open class Error : GeotagResult
Represents error occurred during geotagging with expected location.
Link copied to clipboard
open class Success : GeotagResult
Result of a successfully created geotag.
Link copied to clipboard
open class SuccessWithDeviation : GeotagResult.Success
Result of a successfully created geotag with expected location.

Inheritors

Link copied to clipboard
Link copied to clipboard