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
-
3
votes1
answer347
viewsProblem with Google Maps V2 on android SDK
I’m getting this error in my Android project using google maps V2 API: 02-24 11:18:03.627: D/memalloc(24852): /dev/pmem: Mapped buffer base:0x53e95000 size:2949120 offset:2334720 fd:51 02-24…
-
3
votes1
answer518
viewsProblem in Google Maps Javascript API V3 with MVC Webapp
I want to make a simple Map appear when the user clicks on (Menu>Find), the problem is that the controller receives the data and sends me and does not return the Map. I am using in my design, MVC…
-
3
votes3
answers3426
viewsDisable zoom google maps does not work
I implemented a iframe with a Google Maps map, the problem is that I wanted to disable the scrool zoom and the drag. I’ve tried this code in and out of jQuery function and it doesn’t work: HTML:…
-
3
votes2
answers4482
viewsHow to view locations near the current location of your Android Device
First of all, I can already get my location and display a Maker, but I have a web service that provides the coordinates of a store network, in case I have to display the nearest stores, my doubt is…
-
3
votes1
answer1496
viewsChange pin position of Google Maps
I need to change the pin position of a embedded map on a page. Next, by default it leaves in the center the pin, I want to choose a position within my main div. I was looking the Google…
google-mapsasked 10 years, 6 months ago Felipe Viero Goulart 3,693 -
3
votes1
answer2470
viewsFind nearest Google Maps addresses
I have over 2000,000 records in a database with address and zip code, and I want to locate the closest establishments to my zip code using the Google Maps API. Example of what I need. But in my case…
-
3
votes1
answer3099
viewsPHP route system using Google Maps API
I’m finishing a system in PHP, where the client asked if it has how, generate a route between companies, and generate the shortest, for example, it has 50 companies registered in the database, with…
-
3
votes1
answer737
viewsHow do I filter Google Maps results for a specific region?
I’m with a route system that captures user data and maps routes on the map: geocoder.geocode({ 'address': endereco + ', Brasil', 'region': 'BR' }, function (results, status) {} The problem is that…
-
3
votes1
answer303
viewsSimple multiplication in Javascript
I have the code Google Maps v3, which calculates the distance between two points: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Calcular distancia…
-
3
votes1
answer20585
viewsHow to get current user location through the google maps API?
I am new to the development with this API and would like to show on the map that I am developing the current user position. My code: <script type="text/javascript"…
-
3
votes2
answers344
viewsUngroup tags using Google Maps API with Javascript
Good afternoon How can I design this group of markers that are located nearby using the Google Maps API? I searched however I found only Markerclusterer and other alternatives that are not from…
-
3
votes2
answers2895
viewsRecover Google Maps Address by informing Long and Lat
I have the latitude and longitude of a location in Google Maps, obtained from a marker and a function of its own, I would like to know if anyone has an idea or function to return me the full address…
-
3
votes1
answer121
viewsGoogle Returning 403 Forbidden
My webservice makes a request to maps.google.com but returns Exception happens System.Net.Webexception with 403 Forbidden message But the URL normally runs via browser. What can be? [WebMethod]…
-
3
votes4
answers2456
viewsSet coordinates when opening map
I need to open a map with specific coordinates (latitude and longitude). These data I already have, but I don’t know how to set them on the map. PS: It is possible to open directly in Google Maps?…
-
3
votes1
answer98
viewsHow to add a buffer to google map v2?
I followed several tutorials and one of them worked out however, when compile appears the normal Fragment with the name google in the bottom left corner of the screen (normal), except that nothing…
-
3
votes1
answer459
viewsValidate google key api
I am making an application, where I will have to validate a google maps API key. The problem is that I do not know what standards it follows: AIzaSyA-OlPHUh2W7LUZXVjQjjxQ8fdCWdAASmc Here it is…
-
3
votes2
answers2999
viewsShow/Hide Bookmarks as Zoom on Android map
I’m developing an android app that will contain many bookmarks on the map, and in order not to get too messy I wish that if I was zooming out the markups would go into Hide, I tried the following…
-
3
votes1
answer109
viewsRetrieve spatial data via an HTTP request via Google Maps URL
Good morning guys. I’m looking to retrieve some geographic information using latitude and longitude as parameters. To recover such information I am trying to make a request via URL through this…
-
3
votes1
answer593
viewsModal window when clicking on info box link opened by a Google Maps marker
I’m using Bootstrap and on my page index, I have a working modal window, which opens when I click on a href. I also have a div for the map that reads a JSON file, where, there is the information to…
-
3
votes1
answer50
viewsHow is GMAP API requests accounted for?
In an internal system, there is a simple plot of a route A - B on one of the pages. Recently this page is receiving a larger number of requests and consequently ordering Gmap more times. I want to…
-
3
votes1
answer1266
viewsHow to plot a route using maps API
I’m making an app in Android Studio for an event and would like that: When opening a specific screen, the app would use the mobile gps to acquire the source coordinates and open the google maps app…
-
3
votes1
answer750
viewsGoogle Maps API Return markers with JSON as you move the map or zoom
points.php returns a Json with the map markers [ { "Id": 1, "Latitude": -19.212355602107472, "Longitude": -44.20234468749999, "Descricao": "Conteúdo do InfoBox 1" }, { "Id": 2, "Latitude":…
-
3
votes1
answer433
viewsApi Google maps
Hello people who have already integrated the google maps api. I need to show nearby locations like hospitals - parks - restaurants and be able to pull the ones that don’t show up have something in…
-
3
votes1
answer160
viewsFramework to read json google maps api
I was wondering if there is a framework to read the data that comes in the json of google maps Directions? type, take the data and put in variables that I can take and use in the rest of the…
-
3
votes1
answer868
viewsGoogle maps map turns gray, but when I change the browser zoom back, what should I do?
So guys, I have 2 parts of the system that I work on, where I use a map to show the address of the property or person. Except that in immovable works perfectly, but in the person (q has the same…
-
3
votes2
answers2116
viewsReal-time Google Maps Update
I’m using the Google map to show objects in real time. I did a function in Javascript which is updated every 3 seconds and in this it updates the marked ones in the Google map. Something like:…
-
3
votes0
answers193
viewsHow do I save a Google Maps map for offline use?
I am making an application that uses the Google Maps API for Android. The problem is that it only displays the map if it is connected to the Internet. How can I download the map of a certain region…
-
3
votes2
answers446
viewsRegain marker latitude and longitude (Marker)
Follows the code: function initAutocomplete() { debugger; var map = new google.maps.Map(document.getElementById('map-create'), { center: { lat: -23.5505199, lng: -46.6333094 }, zoom: 11,…
-
3
votes2
answers1865
viewsHow do I display a map with a proximation circumference?
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=AIzaSyDUZgjcLfmsJUX7oKmJhG_jqJK_gK0xkng"></script> <body onload="initialize();"> <?php…
google-maps maps-javascript-api angular-google-mapsasked 7 years, 5 months ago Beatriz de Almeida 61 -
3
votes1
answer133
viewsHow to distribute points evenly within a polygon?
Using the Google Maps API, I’m creating some random dots (custom markers) inside a polygon. I created, at first, a function in which I traverse a loop of 100 positions and randomly distribute the…
-
2
votes2
answers1179
viewsHow to move an icon on the map behind my location?
I’m doing a project that uses the API v2 from Google Maps. On this map appears my location that will be updated as I move. I put an icon with the police image, and I wanted that icon to come after…
-
2
votes5
answers1154
viewsMap does not load, showing error
I’m starting to develop on Android, only I came across a problem to generate a simple map, I’ve seen and reviewed the documentation of Google Developer and other internet tutorials that show how…
-
2
votes2
answers250
viewsGooglemapsv2 to work in production version
My app works with Google Maps perfectly in the debug version, but when I publish it in the Play Store it stops working. What is the process for generating the Googlemapsv2 hash for the release…
-
2
votes1
answer939
viewsUpdate in the Marker Coordinates database
Here’s the thing, I have a map where several dots are generated, thus tracing a route... Only now I need to edit these points by the map itself, like I have to do it in a way that I move them…
-
2
votes2
answers3719
viewsCalculate Distances Api Google Maps v3 Automatically in a Loop
I would like to calculate the distance between two points using the Google Maps V3 api automatically without using an interface, and send them to java for further processing. The coordinates are in…
-
2
votes1
answer1852
viewsModal bootstrap does not load Google Maps v3 correctly
People I have the following problem, when loading Google Maps v3 in a Modal with the Bootstrap Framework the map is not displayed correctly. Follows the code: <!DOCTYPE html> <html>…
-
2
votes2
answers1739
viewsHow to change the position on the map each time the user clicks a link?
I need to display a map and just below would have a list with multiple addresses and when clicking on each address would be marked in Google Maps the place. I already did a search on the net but I…
-
2
votes1
answer374
viewsHow to group Markers in Google Maps iOS API?
How can I group the markers of an area when the user zooms the map, to reduce the visual pollution of Marker’s on the map and show only one Marker, with a number inside to indicate the amount of…
-
2
votes1
answer1307
viewsHow to customize the current location marker (GPS) in the Maps api v2 android?
Well people I want to customize the blue dot of the gps in Maps and I want me to be able to move it anywhere on the map, as well as works in the Taxi apps..
-
2
votes1
answer6053
viewsCreating Points in Google Maps with PHP Data
What I need I need that through PHP I receive locations and can mark them as points in Google Maps. What I did I created a part in Ajax to call the PHP script that does the query and returns the…
-
2
votes1
answer103
viewsCallback after moveCamera on Google Maps
I have a Pageview that, in one of its Fragments, houses a Mapview with a map in "Lite" mode. Clicking on this map, a second Activity is launched (startActivityForResult) which consists of a complete…
android google-maps maps google-maps-android-api-2 callbackasked 9 years, 8 months ago Rodrigo Borba 121 -
2
votes0
answers2694
viewsGet coordinates of a highway in Brazil
How can I get all the coordinates of a particular Brazilian highway? I am starting a survey and I could not find material that would help me in this task. Basically I need to identify for example:…
-
2
votes3
answers1854
viewsHow to return points within lightning?
I am developing an app where I would need to return points (Lat, Long) in a radius of size X (Km) from the user’s location (Lat, Long). I’ve devised the following logic: Get current user location…
-
2
votes2
answers841
viewsGoogle Maps API and Google Indoor Maps
Good afternoon. I work with Network Design and Structured Cabling and developed an application for fiber optic mapping with the Google Maps API, which you can see in the following URL:…
-
2
votes1
answer203
viewsHow to load this . json file into a google API?
I’m having trouble uploading a file. json that contains polylines from the city of Rio de Janeiro within the Google Maps API. I want to apply these polylines of routes between cities of Rio de…
-
2
votes0
answers61
viewsCreate polygon tool
I need to create a tool that draws a Polygon using the existing polygon tool. Would have a field LAT and LNG, where he would type the values and he adds the points alone, without having to click…
-
2
votes1
answer631
viewsReplace Google Maps Map
My question is how to use the google maps library with another map, or image. I found an interesting example that made me thoughtful, but I couldn’t find an answer so far. This is the example:…
google-mapsasked 9 years, 6 months ago Jean Carlo 153 -
2
votes1
answer203
viewsGoogle api v2, I already have the key, however, provided by third parties, how to enable without SHA-1?
I have a key to enable the Google Maps V2 on android, I did everything I had to do in Manifest and Gradle, when running the request, Fragment appears named Google, however, does not load anything,…
-
2
votes1
answer1125
viewsI would like to find the distance in km between two markers how can I do?
I have two markers in this code and I want to find the distance in miles between them. private void setUpMap() { Database_Congregacao database_congregacao = new Database_Congregacao(this); int…
-
2
votes1
answer909
viewsload Google maps API after onload
I have a system that currently works with the google maps api, but I realized that the site is waiting for this API to be loaded to finish loading the page. on the home page(index.php) I have the…