Adding Pictures in Google Maps
I need to add my picture as a po开发者_开发知识库pup to google maps specific address may be in latitude,longitude OR specific to my address in Google Maps. is it possible or any google maps api json like parameter configuration. pls let me know.
Google map markers, and google map infowindow might serve your purpose. Have a look : http://code.google.com/apis/maps/documentation/javascript/reference.html#Marker
http://code.google.com/apis/maps/documentation/javascript/reference.html#InfoWindow
You can provide the photos in the html parameter to the infowindow, see this example from documentation: http://gmaps-samples-v3.googlecode.com/svn/trunk/infowindow_custom/infowindow-custom.html
精彩评论