I try to get the distance between two points using google maps api, function load_points(){ var geocoder = new GClientGeocoder();
I am using v2 of the api, and on rollover of the top navigation, the drop downs are under the map. I tried givin开发者_运维百科g the map div container position relative with a lower z-index. and raisi
I want to develop an application in which i want to display restaurants nearby the user. Say for example i want to display name and address of restaurants located within 3km related to current locati
I have the string - \"Moscow\". How to get a Gpoint (coords) from the my string? I n开发者_StackOverfloweed result about : new GPoint(30.3112,59.99322);Well, v2 API says that GPoint does not represe
I am trying to create functionality like can be found in this example... http://googlemapsapi.blogspot.com/2008/05/love-my-maps-use-its-line-and-shape.html
I made a simple map, and loaded all my points from a xml file, genera开发者_Python百科ted by a php file with data from a mysql database.
In one of my project I am appending a div in google map\'s (version 2) G_MAP_FLOAT_SHADOW_PANE using jquery.
How can I add a search bar in Google map using MapView object of Android? public void onCreate(Bundle savedInstanceState)
In Internet Explorer 9, using the Google Maps API v2 (which is deprecated), zooming with the scroll wheel also causes the page to scroll. Does anyone know of a workaround for this issue? (Upgrading ou
I try to use custom icons for the markers on my map. It works great on FF and IE8, but IE7 only shows the default google markers.