google-maps
Adding Markers to a Google Map: WordPress & XML
I\'m following this tutorial on placing markers on a Google Map using PHP and MySQL. I\'m adapting it to work in a WordPress Shortcode plugin. I\'ve built the map and pulled the lat longs from the dat[详细]
2023-04-11 05:24 分类:问答Using Google maps API with CloudMade maps
I\'m developing an iPhone app that uses 开发者_运维知识库a map and show direction between two points on the map, the problem is i cant use the Google maps because it does not support street naming in[详细]
2023-04-11 04:55 分类:问答Providing address suggestions dynamically in iPhone app
In my iPhone application, I am looking for a way to provide auto-complete address suggestions us开发者_C百科ing some free third party API\'s. The selections from these suggestions should be plotted on[详细]
2023-04-11 03:40 分类:问答Google Maps Javascript V3: How can I Set the Marker Shadow's Offset from the Marker?
I\'ve got a Google Map with a few different types of icons. I\'ve got a shadow on each icon. How can I adjust the marker shadow\'s offset from the marker?[详细]
2023-04-11 03:15 分类:问答Hiding google map data
I\'ve been working on a google map (v3 of the api) that is plotting 120 markers or so (or will do shortly). If you view the source the map data is for all the s开发者_C百科ee, is it possible to hide t[详细]
2023-04-11 02:36 分类:问答Android: myLocationOverlay.runOnFirstFix Too Slow
Does anybody have any ideas in speeding up the process for setting the initial point for Google Maps, centering on your current l开发者_运维百科ocation. This must be possible as it works fine in the n[详细]
2023-04-11 02:01 分类:问答map.getCenter.lng() extends beyond -180 when dragging continuously. How can I stop that?
heres my code: google.maps.event.addListener(map, \'idle\', function(e) { console.log(map.getCenter().lng();[详细]
2023-04-11 02:01 分类:问答How to make openInfoWindowHtml work in Google Maps 2
I\'m setting up a extjs panel with a GMap2 embedded.Here\'s the setup: map = new GMap2(document.getElementById(\"gmappanel\"));[详细]
2023-04-11 01:26 分类:问答Google maps API - Open infowindow of a marker and set map to center on click of a div constructed through javascript
Here\'s the problem. I\'ve a list of locations comi开发者_开发知识库ng from a service, with which i construct a list of divs (location\'s address and other details) each with unique id (like location[详细]
2023-04-11 00:38 分类:问答In Google Maps v3, does removing a marker from memory automatically kill any listeners?
In my Google Maps v3 app, I am Creating Markers and putting them on the map. For each, I am adding an event listener on \'click\' so I can show an Info Window when a user clicks on them.[详细]
2023-04-10 23:33 分类:问答