Closed JeremieLitzler closed 6 years ago
Use the Static map api to load an image of the area.
The static map api url is something like:
var staticApi = `https://maps.googleapis.com/maps/api/staticmap?center=40.7125844,-73.9713328&zoom=12&size=320x240&key=API_KEY`
API Key for Static API: AIzaSyB8mGRExPGJ5-h6QjBu1-MsUoAm4kWKaqY
Blog post: https://medium.com/@nikjohn/speed-up-google-maps-and-everything-else-with-async-defer-7b9814efb2b
Options
Consider the following options:
Solution for option 2