EDIT: Heard back from Google, they\'ve confirmed this is an issue on their end. EDIT2: my contact at Google has informed me they\'ve fixed this bug.
I want to display a couple of r开发者_Python百科outes on a map, but I would prefer to first draw them with google maps. For example, I got directions from Seattle to San Diego, then moved things a bit
I want to make a google map on the iPhone and show the user\'s location when they first open the site.
I am trying to figure out how i can attach a click event to a google maps v3 compass. I have created a function that re-draws markers on a map and want this to be fir开发者_C百科ed when the user clic
I have a Google map running on the v3 API, I added some custom markers, is it possible to make them scale depending on the zoom level of the map?
I\'ve created a quite complex store locator of sorts. The user enters their zip and a table returns results with corresponding markers on a map. They can page through results and the markers move furt
I used to be able to get it like this: directionsService.route(directionsRequest, function(directionsResult, directionsStatus) {
var polygon = new GPolygon(polylines[0],\"#FFFFFF\", 1, 1.0, color,opacity); polygon.hid = this.id; polygon.heat = this.heat;
I\'m working on an advanced map application in Google Maps API V3. I\'m using an array of lettered markers for the pins on the map (A-J). I\'ve written some jQuery to grab add a different class to eac
I\'m trying to add a few tweets to an infowindow in Google Maps. I get the tweets to display in a div that is the content of my infowindow, but it\'s the wrong size.