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 can I get city name from a latitude and longitude point?

Is there a way to get a city name from a latitude and longitude point using the google maps api …

javascript node.js google-maps geocoding latitude-longitude
Get latitude and longitude based on location name with Google Autocomplete API

I have a textbox in my page which gets a location name and button with text getLat&Long. Now …

javascript google-maps geocoding latitude-longitude
How do I resize a Google Map with JavaScript after it has loaded?

I have a 'mapwrap' div set to 400px x 400px and inside that I have a Google 'map' set to 100% …

javascript css google-maps
INSTALL_FAILED_MISSING_SHARED_LIBRARY error in Android

When I am trying to run an android application which uses Google API I get the following error [2009-07-11 11:46:43 …

android google-maps shared-libraries failed-installation
How can I find the latitude and longitude from address?

I want to show the location of an address in Google Maps. How do I get the latitude and longitude …

android google-maps google-geocoder
ApiNotActivatedMapError for simple html page using google-places-api

I'm trying to create a simple html page (I'd later like to add an autocomplete input there) that include google-places-api. …

google-maps google-places-api google-places
Google Maps API v2: How to make markers clickable?

How to I make the markers in Android Google Maps API v2 become clickable so they will either bring up …

android google-maps google-maps-android-api-2
Does GPS require Internet?

Is it necessary to turn both Internet and GPS on before I can read my current location(country, city, locality …

android google-maps geolocation gps
Getting "Cannot call a class as a function" in my React Project

I'm trying to add a React map component to my project but run into an error. I'm using Fullstack React's …

javascript google-maps reactjs ecmascript-6 react-router
Google Maps API Multiple Markers with Infowindows

I am trying to add multiple markers each with its own infowindow that comes up when clicked on. I am …

javascript google-maps google-maps-api-3 google-maps-markers infowindow