I have an Android application which also uses Google map apis. The map seems to work perfectly fine on Samsung,Nexus phones.
I have 2 android apps both are signe with the same certific开发者_如何学Pythonate, both are using the same google mapapi key created for the certificate. how come only one of the application is showin
I\'ve developed an android application which uses the Google MapView. during the development phase (with the debug key), the application worked fine both on the emulator and on my device.
I want use different colors of marker to represent different values of some information. Because the value of that information is a successive value, so I need many colors for marker, does anybody kno
I am creating a page to show a list of locations(markers) on Google maps. The number of markers is dynam开发者_Python百科ic and can be quite large. This will adversely affect user experience when the
I have written a really simple jQuery Plugin for the Google Maps JavaScript API v3. It is working in Firefox, Chrome (et al), but not Internet Explorer 8.
Our app uses OpenLayers with the Google Map layer.I want to know if it is possible to render directions using the DirectionsRenderer api of Google Maps on this OpenLayers map?
I need to know marker\'s address when I change markers postition. Basically I have a method: function addNewMarker(latLng) {
Since google maps api v3 doesn\'t support start or end editing of a polygon or polyline I am trying to construct one of my own.
The idea is to drag elements from outside Google map DIV and drop them into Google maps, then a marker must be placed in the lat/long where the element was dropped.