How to get google map image of area you want
Hi
Hi
- First you need to take one image control and set it Image URL blank.
- after on code side set it image url as below.
ImgMap.ImageUrl = "http://maps.googleapis.com/maps/api/staticmap?sensor=false&key=AIzaSyA4WZ--vZ1qILKrICJg7MdNKZyv1qkiIOw&zoom=14&size=600x512&maptype=roadmap&markers=color:red|label:A|" + "Bapunagar, Ahmedabad, Gujarat";
- on Out put You can get this image in browser.
- you can use this in contact us page or any searching area related forms.
Comments
Post a Comment