PointConversionFailure

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

An failure related to obtain a com.tomtom.sdk.location.GeoPoint from the Point.

Parameters

message

The message that conveys information about the failure.

point

The Point that caused the failure.

Inheritors

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class OutOfMapBoundsFailure(val point: Point) : PointConversionFailure

Provided point does not seem to be on the map.

Properties

Link copied to clipboard
Link copied to clipboard