TomTom Static Map
tomtom-static-mapGenerate custom map images with chosen center, zoom, style, and size for embedding in apps or documents.
Instructions
Generate custom map images from TomTom Maps with specified center coordinates, zoom levels, and style options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | Bounding box in format [west, south, east, north]. Alternative to center+zoom. Example: [-122.42, 37.77, -122.40, 37.79] for part of San Francisco. | |
| view | No | Geopolitical view for border disputes and territories. 'Unified' is the international standard view. | |
| zoom | No | Zoom level (0-22). Examples: 3 (continent), 6 (country), 10 (city), 15 (neighborhood), 18 (street). Default: 15. | |
| layer | No | Map layer type: 'basic' (streets), 'labels' (text only, transparent background), 'hybrid' (satellite with labels). | |
| style | No | Map style: 'main' (default daytime), 'night' (dark theme). | |
| width | No | Map width in pixels (50-2048). Examples: 300-500 (preview), 800-1200 (detailed). Default: 512. | |
| center | Yes | Map center coordinates. Use results from geocoding or search operations for best positioning. | |
| format | No | Image format: 'png' (better quality, supports transparency), 'jpg' (smaller file size). | |
| height | No | Map height in pixels (50-2048). Examples: 300-500 (preview), 800-1200 (detailed). Default: 512. | |
| language | No | Language for map labels (IETF language tag). Examples: 'en-US', 'es-ES', 'fr-FR'. |