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 open standard Google Map application from my application?

Once user presses button in my application, I would like to open standard Google Map application and to show particular …

android google-maps
How to Display Multiple Google Maps per page with API V3

I have the following script. And I want to make both maps appear on the page, but no matter what …

javascript google-maps google-maps-api-3
Drawing a line/path on Google Maps

I've been busy for a long time finding out how to draw a line between two (GPS) points on the …

android google-maps overlay android-mapview draw
Google maps API V3 method fitBounds()

I have this code that renders a map. function initialize() { var myOptions = { center: new google.maps.LatLng(45.4555729, 9.169236), zoom: 13, mapTypeId: google.…

javascript google-maps google-maps-api-3
Polygon Drawing and Getting Coordinates with Google Map API v3

I'm trying to develop an application by using Google Maps API v3. What I'm trying to do is; first let …

google-maps polygon
Google maps API V3 - multiple markers on exact same spot

Bit stuck on this one. I am retrieving a list of geo coords via JSON and popping them onto a …

javascript google-maps google-maps-api-3
Using Address Instead Of Longitude And Latitude With Google Maps API

I've heard that it is possible to submit an Address instead of Longitude and Latitude and this would be much …

javascript google-maps google-maps-api-3 latitude-longitude street-address
Google Maps v3 - limit viewable area and zoom level

is it possible to limit Google map v3 to a certain area? I want to allow displaying only some area (…

javascript google-maps google-maps-api-3
LogCat message: The Google Play services resources were not found. Check your project configuration to ensure that the resources are included

I have an application that uses the Google Maps Android v2 API. I've added the google-play-services_lib library project to …

android google-maps google-play-services