I am using Google Maps JS API v3 to display several custom map types. I would like to group them in the same way Roadmap/Terrain and Satellite/Hybrid are displayed: as sub-maps of one map.
this has been baking my noodle for months, I\'ll be honest, I am a designer not a programmer so this type of scripting is a bit harder than the average jquery/javascript that I\'m used too.
A strange behaviour: The last part of the Documentation on events inside maps API says that >If you\'ve been开发者_开发百科 reading the documentation this far, you\'re probably
I\'m working with Google Maps API v3 to geocode addresses.How do I pass additional information into the geocodeCallBack function?See my code & comments below to understand what I\'m trying to achi
I want a Google map to resize when the user hovers over a small version of a map. Problem is that the mouseout event is also triggered when I hover the map navigation-elements:
I want to develop an Android app that uses google maps heavily. So far I started developing with the native google maps API: http://code.google.com/android/add-ons/google-apis/maps开发者_StackOverflow
Im having some problems with a street view map: http://server.patrikelfstrom.se/johan/fysiosteo/?page_id=118
I have the need to split a long route into two parts, one part using motorways and the other not. I have coded two routes
I am having trouble clearing any existing polylines before displaying a new one. I\'ve already tried more than 5 different methods (array length = 0, MVCArray clear, polylines.setMap(null), etc) that
I have a google maps api v3, which uses \"The Di Lab\"\'s plugin for polygon drawing: http://www.the-di-lab.com/?p=219