RegionCalculationFailure

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract class RegionCalculationFailure

A failure related to obtaining a com.tomtom.sdk.location.GeoBoundingBox from coordinates.

Inheritors

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class InternalFailure : RegionCalculationFailure

Unexpected internal failure has occurred when calculating region.

Properties

Link copied to clipboard

The bottom coordinate that caused the failure.

Link copied to clipboard

The left coordinate that caused the failure.

Link copied to clipboard

Failure message.

Link copied to clipboard

The right coordinate that caused the failure.

Link copied to clipboard
val top: Double

The top coordinate that caused the failure.