How to Add Google Maps Image in Email Newsletter?
by Dinesh[ Edit ] 2014-11-03 15:30:29
Do you want to add google maps location image in email newsletter without API, then follow the given simple steps.
Consider the following url, where 'coimbatore' is the disctrict of tamil nadu state in India.
https://maps.googleapis.com/maps/api/staticmap?center=
coimbatore&size=550x350
The above url returns location map of 'coimbatore' in png format.
Just add the location name instead of '
coimbatore' in the above url, which you want to use in newsletter with '<img>' tag.
Example:
Location map for Chennai
<img src="https://maps.googleapis.com/maps/api/staticmap?center=chennai&size=550x350">