RegionCalculationFailure
A failure related to obtaining a com.tomtom.sdk.location.GeoBoundingBox from coordinates.
Parameters
top
The top coordinate that caused the failure.
left
The left coordinate that caused the failure.
bottom
The bottom coordinate that caused the failure.
right
The right coordinate that caused the failure.
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.