sdk-maps-static-image / com.tomtom.online.sdk.staticimage / StaticMapUrlGenerator

StaticMapUrlGenerator

interface StaticMapUrlGenerator

The generator of a url to the static image map.

Properties

PARAM_SEPARATOR

static val PARAM_SEPARATOR: String

The separator for params.

PATH_PRODUCT_NAME

static val PATH_PRODUCT_NAME: String

The TomTom product name. A part of the path.

PATH_SERVICE_NAME

static val PATH_SERVICE_NAME: String

The TomTom service name.

QUERY_KEY_API_KEY

static val QUERY_KEY_API_KEY: String

A key is required.

QUERY_KEY_BOUNDING_BOX

static val QUERY_KEY_BOUNDING_BOX: String

The bounding box query key.

QUERY_KEY_CENTER

static val QUERY_KEY_CENTER: String

The query center location of the static map.

QUERY_KEY_EXT

static val QUERY_KEY_EXT: String

The format query key.

QUERY_KEY_HEIGHT_PIXELS

static val QUERY_KEY_HEIGHT_PIXELS: String

The height query key.

QUERY_KEY_LAYER

static val QUERY_KEY_LAYER: String

The layer query key.

QUERY_KEY_STYLE

static val QUERY_KEY_STYLE: String

The style query key.

QUERY_KEY_VIEW

static val QUERY_KEY_VIEW: String

The view query key.

QUERY_KEY_WIDTH_PIXELS

static val QUERY_KEY_WIDTH_PIXELS: String

The width query key.

QUERY_KEY_ZOOM

static val QUERY_KEY_ZOOM: String

The zoom query key.

Functions

generate

abstract fun generate(context: Context!, map: StaticImage!): String!

Generates the url needed to download a static map image.