Google Map Embed API
This example was developed to determine if we could produce a map based on the input of an address. Google Static Maps now has usage limits and requires a premium for traffic beyond x number of hits. The Google Maps Embed API allows us to place an interactive map with a simple HTTP request.
Notes:
- It remains unclear if the Embed API is free or not. In some documentation it appears that as long as your site is generally accessible to consumers without charge, you may use the Google Maps APIs. However, if your site is only available to paying customers you must purchase the appropriate Google Maps API for Work license. See Pricing and Plans.
- The free version of Google Maps Embed API may include on-map advertising. The ad format and the set of ads shown in any given map may change without notice.
- There are no usage limits for the Google Maps Embed API. You can embed maps or Street View panoramas on your high-traffic websites without fear of hitting a usage quota.
- All requests to the Google Maps Embed API must include a free API key as the value of a key parameter. This key enables you to monitor your application's Maps API usage, and ensures that Google can contact you about your website/application if necessary.
Learn more: Embed API »