javascript - How to show images in local google maps? -


i want show photos in google maps, project looks this:

/index.html /photos/1.jpg /photos/2.jpg /photos/..... 

index.html embedded google maps, this:

<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?libraries=places"></script> <div id="map"></div> 

so when open index.html in local browser, google map displayed. want show photos/*.jpg on map. how can that?

is there libs me that? searched github cannot found one.

i not sure understand question, if do, need on google's end. not yours. do, go https://mapsengine.google.com/map/ , set how need to. can set typing in address of location want (or drop pin) , click on pin. can choose "add map" , saves location. once have locations want, can edit them clicking little paint bucket icon appears when scroll on locations. unfortunately, can use icons in pro version cost you. if want, can import map iframe clicking share in upper right hand side of screen. set 'who has access' public, , copy link. paste link <iframe> , change word edit embed. result should <iframe src="https://mapsengine.google.com/map/embed?mid=zt7j1akkmhfm.kqcuyqfvfqza"></iframe> set iframe way need be, , go.


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -