A python based demo to fetch map snapshots using the TomTom Maps APIs
The map display APIs provides a tool to generate map image of a location. we are going to wrap this API call to generate a specific area with a zoom level and perhaps some other features, create the image and return it as file.
Useful for websites who need to generate a specific location.
More information in the documentation at : https://developer.tomtom.com/maps-api/maps-api-documentation-raster/static-image
This demo is written with Python 3.7