Request format
https://static.api.mappable.world/v1
? apikey=<string>
& ll=<float,float>
& [spn=<float>]
& [bbox=<float,float~float,float>]
& [z=<integer>]
& [size=<integer,integer>]
& [scale=<float>]
& [pt=<string>]
& [pl=<string>]
& [lang=<string>]
& [style=<string>]
& [theme=<string>]
& [maptype=<string>]
All params
apikey |
Required parameter The key issued in the Mappable Account. Note Key activation takes up to 15 minutes. |
ll |
Required parameter Longitude and latitude of the map center in degrees, see map center. |
spn |
Range of the map viewport by longitude and latitude (in degrees); see viewport. |
bbox |
An alternative method for setting the the map viewport. The borders are defined as the geographical coordinates of the lower-left and upper-right corners of the area (in the order "longitude, latitude"). Record format: |
z |
Map zoom level (0–21), see map zoom level. |
size |
Height and width of the requested map image (in pixels), see map size. By default, its value is 450 × 450. |
scale |
Coefficient for scaling map objects. Takes a fractional value from 1.0 to 4.0. For more information, see scaling map objects. |
pt |
Contains definitions of one or more markers to be displayed on the map. Each marker definition contains its coordinates (longitude and latitude) along with information on its appearance (including style, color, size, and the marker text). Marker definitions are separated by a tilde (~). For more information, see markers. |
pl |
Contains definitions of geometric figures (polylines and polygons) to be displayed on the map. The figure definition contains coordinates for its points, formatted as For more information, see lines and polygons |
lang |
The API can be used to display maps that are localized in various languages and reflect differences for specific countries. For example, you can display a map with captions in English and distances measured in miles.
Note For the regions The following locales are currently supported:
For more information, see Map localization |
style |
Map styling and customization of objects' appearance on it. For more information, see Map customization. |
theme |
Theme of the requested map image. For more information, see Map theme. |
maptype |
Selects one of predefined map style modes optimized for particular use case. |