Package com.tomtom.sdk.maps.display.map

Types

Link copied to clipboard
class InvalidPointException(point: Point) : RuntimeException

An exception related to obtain a com.tomtom.sdk.common.location.GeoCoordinate from the Point.

Link copied to clipboard
class InvalidRegionException(    top: Double,     left: Double,     bottom: Double,     right: Double) : Throwable

An exception related to obtaining a com.tomtom.sdk.common.location.GeoBoundingBox from coordinates.

Link copied to clipboard
interface MapController

Controls general map properties. It also provides two helper methods which can do a conversion between a Point on the screen and its GeoCoordinate counterpart.

Link copied to clipboard
interface ResourceCachePolicy : Parcelable

Interface representing the cache policy.

Link copied to clipboard
data class VisibleRegion

The currently visible region. Contains four points, each representing one of the camera edges.