MoveGeocodeError

Status returned by a geo-lookup.

enum class MoveGeocodeError {
    RESOLVE_FAILED,
    SERVICE_UNREACHABLE,
    THRESHOLD_REACHED,
}

MoveGeocodeError

resolveFailed

Error indicating that the passed coordinates can't be resolved.

thresholdReached

Maximum defined threshold reached.

serviceUnreachable

Error indicating that MOVE SDK server is unreachable.

Last updated

Change request #70: add MoveSdkAndroidConfig model