Most voted "google-maps" questions
The Google Maps Apis family lets you incorporate the functionality of Google Maps into your own website and apps.
Learn more…530 questions
Sort by count of
-
2
votes1
answer1986
viewsGet street address from latitude and longitude
It is possible to recover the address of an avenue or street, only with latitude and longitude? I know the reverse is possible, but I can find nothing like recovering the name of the avenue,…
google-mapsasked 8 years, 8 months ago Edvaldo Farias 717 -
2
votes1
answer136
viewsWhat is considered an element in Google Matrix Distance
I am developing software that needs to get information through the Google Matrix Distance API. The problem is that this API has order limits of 2500 elements per day. My doubt is what an element is?…
google-mapsasked 8 years, 5 months ago Leandro Rodrigues 121 -
2
votes1
answer470
viewsUsing JSON in c# and adding points in GMAPS
Good morning, everyone, I’m developing a C# web application that uses GMAPS to add comments to addresses. I have a page on which the user inserts comments (and the page captures latitude and…
-
2
votes1
answer1065
viewsSystem to measure distance between 2 locations on my website
Good morning, I’m making a site where users need to calculate the distance between two locations. Does anyone know how or where I can use a system that allows me to do this on my website?…
-
2
votes2
answers908
viewsMap of Google Maps does not open after the app launched
I’m using the Google Maps Android API, but it’s not working when I send the app to Google Play. In debug it works normally and when I run the application by Android Studio too, but when I launch the…
-
2
votes2
answers572
viewsRemove previous route from Google Maps
In an application with multiple locations, I have a call button for a route between two points using the function setDirection, as inserted below. I would like a support to be able to remove a…
-
2
votes1
answer210
viewsRemove marker when adding a new one
googleMap.setOnMapClickListener(new GoogleMap.OnMapClickListener() { @Override public void onMapClick(LatLng point) { MarkerOptions marker = new MarkerOptions().position( new LatLng(point.latitude,…
-
2
votes1
answer97
viewsGoogle Directions Service doesn’t account for requests made with my key api
I’m using the same javascript reference both to use the Directions service and the maps api: <script type="text/javascript"…
-
2
votes1
answer501
viewsLocation selection depending on browser - Google Maps
I recently started using the Google Maps API, so I know very little about. When entering the site of my project the browser asks if it can obtain the user’s location. Only I realized that the…
-
2
votes1
answer702
viewsHelp with the google maps api
I am a beginner in HTML and PHP, I would like to know how I can via google maps API make my site a similar routine to the site mapeia.com.br, where I receive the mileage and time information of a…
google-mapsasked 7 years, 6 months ago Alexandre Souza 21 -
2
votes1
answer430
viewsGoogle Maps API (server-side) limits
I am designing a system in PHP, which will access the Google Maps Geocoding API via URL (Curl). This system will be sold to different clients. All sold systems will be on the same server. Each…
-
2
votes0
answers359
viewsHow do I open a google maps tab in Unity without buying an Asset?
I’m having trouble figuring out how to open a tab or the google maps app itself in my app inside Unity, and I can’t buy Asset to make it easier, what do I do? has some other website or app that I…
-
2
votes3
answers2758
viewsOpen google maps app via link via Ionic 3
I need to make a link that opens external google maps app on android and Ios (apple maps) that opens with marker in a certain coordinate. So far, the research found something similar to the…
-
2
votes1
answer154
viewsInfowindow is always the same in all markers(javascript)
I’m creating the markers as follows: var contentString = '<div id="content">' + '<div id="siteNotice">' + '</div>' + '<h1 id="firstHeading"…
-
2
votes1
answer452
viewsHow to change Google Maps theme?
I am developing a project, a site and in it I have a dark map of Google Maps, is a common map with a specific coordinate of Latitude and Longitude, but I would like this my map is dynamic and with…
-
2
votes2
answers1182
viewsUpload Json to Google Maps
I am drawing a Poligono on the google map, I managed, but as it is big it got a very repetitive code that I would like to isolate in one . json but could not. I tried to do something simple with…
-
2
votes4
answers2449
viewsHTML 5 Bootstrap google maps
I am with a problem that the map does not load certainly, but it is only the second map, the others load normally. <!--Joinville --> <div class="row"> <div class="col-lg-6">…
-
2
votes0
answers75
viewsName polygons in google maps
I am using a google maps api to generate some plots and I would like to generate their names in the polygon itself as soon as I open the map instead of generating it in the balloon. code that…
-
2
votes1
answer71
viewsBookmark is duplicated when updating User Location
I implemented the Uusuario Location App every 15 seconds. Variables are global class: latitudeUsuario longitudeUsuario Marker Within the method onLocationChanged i select the two location variables,…
-
2
votes1
answer2066
viewsConvert latitude and longitude to GMS (Degrees, minutes and seconds)
I have a project in Google Maps Javascript that involves a lot of interconnected functions. At the moment, I have 2 text inputs receiving Latitude and Longitude of my mouse click in the Google Maps…
-
2
votes0
answers131
viewsFilter points in map [javascript]
Hello I have a select on my site that serves as a filter, and I would like to fade specific points on the map depending on the chosen filter. Is it possible to associate the points made on the map…
-
2
votes1
answer84
viewsError when injecting googlemaps script source via method
I would like the geocomplete not this error, however, to work, it depends on the google maps API. I removed from the header the following script and passed via method: <script id="id_script"…
-
2
votes1
answer2550
viewsIs it possible to change the color of the marker marker in Google Maps?
I am using the Google Maps API (JS) marker without problems in my application. The code below works perfectly: var mapa = new google.maps.Map(document.getElementById("mapa"), { center: {lat:…
google-mapsasked 8 years ago eightShirt 649 -
2
votes1
answer352
viewsGooglemapsapi - create markers filter
I’m making a dynamic map, using the Google Maps API that uses markers to signal a list of predefined locations, such as: self.locations = [{ name: 'Foxtrot', lat: 38.713905, lng: -9.1518868, type:…
-
2
votes0
answers241
viewsMVC Component for Google Maps
I’m currently using the component Googlemap control for Asp.Net MVC to render Googlemaps maps. I am using this component because I will have to trace the route of a vehicle coming from the database…
-
2
votes2
answers1084
viewsMaximum limit Google Maps bookmarks
I have the application below, which adds markers on the map according to the past addresses, but it seems to me that you have a maximum limit. It only scores 10 points, but there are more than 10…
-
2
votes3
answers818
viewsHow can I set the address as the street and neighborhood corresponding to latitude and longitude?
I have that code: protected void onActivityResult(int requestCode, int resultCode, Intent data) { if(requestCode == MAPA_REQUEST_BAIRRO){ if(resultCode == RESULT_OK){ try { Place place =…
-
2
votes0
answers465
viewsDetermine neighborhood from Latitude and Longitude
I’m using the Google Maps API V3 more specifically angular-google-maps. I need to display the exact point of the user at the moment that opens the map and also display all the people who may be in…
-
2
votes1
answer206
viewsPick address when adding marker on map
I would like to know how to get the address when the client adds the marker to the map, and already save it to the firebase server. Thanks in advance :) @Override public void onMapReady(GoogleMap…
-
2
votes1
answer676
viewsCompare if there is a point on a given route
I have a page that calculates the distance between the Point A and the Point B, but I need to compute tolls on this route. I think of having a bank with the coordinates (lat and lng) of the toll and…
-
2
votes1
answer435
viewsHow to show an image in the Marker information window?
By clicking on a marker created with the Google Maps API, you can add an information window, which is what the code below does: google.maps.event.addListener(marker, 'click', (function(marker, i) {…
-
2
votes0
answers374
viewsWrong location Google HTML API
Hi, I’m trying to capture my location from the Google API/with the new HTML5 features. However my latitude and longitude always gives this which is incorrect, whether on computer or mobile:…
-
2
votes0
answers86
viewsGet GPS location
I want to get the user’s location. My code is below, but when I run, I do not see anything, nor map the mark. public class Gmapfragement extends Fragment implements OnMapReadyCallback { private…
-
2
votes1
answer767
viewsLabel/Sticky Title - Google Maps Api
I’m working with the Google Maps Api, and need to leave the name statically appearing above/below the Marker, I wanted to put this label/title when creating the Marker, as the title, someone knows a…
-
2
votes2
answers166
viewsLoading on top of the map
I have the following code drawn 2 polygons on the map. See: function initialize() { // Define the LatLng coordinates for the polygon's path. var bounds = new google.maps.LatLngBounds(); var i; var…
-
2
votes0
answers131
viewsCapture Coordinates In this Api Maps script
In this scrupt below I enter the origin and the destination it returns me the km the time and data of the address among them. more my question is how to make it return me to latitude and longitude…
-
2
votes1
answer50
viewsProblems with Firebase Insertion
I am developing a native application on Android that uses maps, the insertion is normally happening through the code below. Local is a variable of type LatLng.…
-
2
votes1
answer1348
viewsGoogle API - Autocomplete does not bring ZIP
I’m trying to use Google services to get addressing. The idea is to inform the address or zip code and upload the data street, neighborhood, zip code, city and state. I was able to obtain most of…
-
2
votes0
answers46
viewsGoogle Maps behavior on mobile devices
Hi I’m developing a project where a page will be just the map. I need something like this: But when he goes on mobile devices, I don’t want him to give you the option to roll with two fingers. I…
-
2
votes0
answers86
viewsPrecision Radius - Googlemaps
It is possible to identify when the radius of precision is small? In the examples below when I open the application it is very far from my location, with a very large radius, in the next the radius…
-
2
votes1
answer551
viewsKnow if I’m in a region by latitude and longitude
I need to know through coordinates if I’m in a region area, in this case, the code below is in PHP with polygon, but it’s not working. Am I missing the question of co-ordination (x, y)? I searched…
-
2
votes1
answer416
viewsHow does Maps draw polygon automatically when typing the neighborhood name?
How Google Maps draws the polygon automatically when we type in a neighborhood’s name? Below I did a search on maps around the neighborhood Colinas da Anhanguera, Santana de Parnaíba - SP, the same…
-
2
votes0
answers85
viewsLimit of google maps requests expires with only 1 request in the Windows
Hello, I’m testing a google maps API for my project (https://github.com/farhanwazir/laravelgooglemaps) And when I just make a map request the API request limit expires, I’d like to know if anyone…
-
1
votes1
answer223
viewsHow to make maps work on old and new Apis at the same time?
I’ve been struggling for over a month to make a simple app that shows a map work. I managed, according to another post, to work in version 3.2, but not in 4.1 and, by the comments of friends, this…
-
1
votes2
answers700
viewsRefresh with Iframe Parameter using jquery - Google Maps V3 API - Codeigniter
I’m having trouble using the Google Maps V3 API (using Codeigniter). The view that receives the map has no formatting other than that already provided by the API. In this way, I created an iframe…
-
1
votes3
answers878
viewsUnsuccessfully installing an app on a Genesis GT-7240 tablet
I have a tablet Genesis GT-7240, whose Android version is 4.1.1, Kernel 3.0.36+. Man manifest.xml has <uses-sdk android:minSdkVersion="11" android:targetSdkVersion="17" /> I’m trying to run a…
-
1
votes1
answer1611
viewsHow to use Google Maps with JSF
I need to use Google Maps in a JSF application. Primefaces offers the Gmap. I also found the Gmaps4jsf. Which of the two approaches is the best, or if there are others, which one will bring me more…
-
1
votes3
answers3834
viewsGoogle Maps coordinates via a Widget on a website
I’m setting up a geolocation-based registration system. It happens that, sometimes, the registration should be done by phone, and the attendant is who will enter the location (coordinates)…
-
1
votes1
answer136
viewsMaps Public API KEY
I’m developing a app who uses the Google Maps. When I do run from the Eclipse to the smartphone, Google Maps shows no error. When I publish the app in Play Store, the Google Maps error, no map…
-
1
votes2
answers816
viewsAddress conversion on Google Maps
I’m making an App to search addresses on Google Maps. Is there any way to convert a String in Location, so I can take longitude and latitude? Or is there a better way?…