Top "Google-maps" questions

Google Maps is a desktop and mobile web mapping service application and technology provided by Google, offering satellite imagery, street maps, and Street View perspectives.

how to deal with google map inside of a hidden div (Updated picture)

i have a page and a google map is inside a hidden div at first. I then show the div …

jquery google-maps google-maps-api-3
Cannot resolve method 'getSupportFragmentManager ( )' inside Fragment

I found the message Cannot resolve method 'getSupportFragmentManager ( )' I want to fragment as activity. because I want to use …

android google-maps android-fragments fragment
Best way to overlay an ESRI shapefile on google maps?

What is the best way to overlay a shapefile in Google Maps? After some reading suggests that, converting shapefile into …

google-maps google-maps-api-3 gis kml shapefile
google maps v3 marker info window on mouseover

I have scoured stackoverflow and other forums including the google maps v3 api docs for an answer but I cannot …

google-maps google-maps-api-3 google-maps-markers mouseover google-fusion-tables
Get driving directions using Google Maps API v2

I am trying to get the driving direction between the two positions: LatLng(12.917745600000000000,77.623788300000000000) LatLng(12.842056800000000000,7.663096499999940000) The code which i have tried: …

java android google-maps google-maps-android-api-2 directions
List All Google Map Marker Images

Do you often use image marker from google or copy it to your server? Where I can get all images …

google-maps google-maps-markers
How to add buttons at top of map fragment API v2 layout

I am trying to show maps in android using API v2. I want UI some thing like this.But whenever …

android google-maps android-layout android-button
How to change icon on Google map marker

I want to use my customize icon on Google map, and added icon url on the code. But it's still …

javascript google-maps google-maps-api-3 google-maps-markers
Remove a marker from a GoogleMap

In the new Google Maps API for Android, we can add a marker, but there is no way to (easily) …

android google-maps
How do I Geocode 20 addresses without receiving an OVER_QUERY_LIMIT response?

Using the Google Geocoder v3, if I try to geocode 20 addresses, I get an OVER_QUERY_LIMIT unless I time …

javascript geocoding google-maps