interface StaticMapUrlGenerator
The generator of a url to the static image map.
static val PARAM_SEPARATOR: String
The separator for params. |
|
static val PATH_PRODUCT_NAME: String
The TomTom product name. A part of the path. |
|
static val PATH_SERVICE_NAME: String
The TomTom service name. |
|
static val QUERY_KEY_API_KEY: String
A key is required. |
|
static val QUERY_KEY_BOUNDING_BOX: String
The bounding box query key. |
|
static val QUERY_KEY_CENTER: String
The query center location of the static map. |
|
static val QUERY_KEY_EXT: String
The format query key. |
|
static val QUERY_KEY_HEIGHT_PIXELS: String
The height query key. |
|
static val QUERY_KEY_LAYER: String
The layer query key. |
|
static val QUERY_KEY_STYLE: String
The style query key. |
|
static val QUERY_KEY_VIEW: String
The view query key. |
|
static val QUERY_KEY_WIDTH_PIXELS: String
The width query key. |
|
static val QUERY_KEY_ZOOM: String
The zoom query key. |
abstract fun generate(context: Context!, map: StaticImage!): String!
Generates the url needed to download a static map image. |