开发者

Adding Pictures in Google Maps

开发者 https://www.devze.com 2023-01-05 22:13 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消