RegionCalculationFailure

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

Inheritors

Types

Link copied to clipboard
class InternalFailure constructor(val top: Double, val left: Double, val bottom: Double, val right: Double, val message: String = "Cannot obtain a region for coordinates: top = ") : 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.