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
-
1
votes1
answer686
viewsZoom Levels API Google Maps
Can anyone tell if they can set the maximum zoom level and the minimum level in the Google Maps API? When you zoom in, the hemispheres repeat and I don’t want the user to see this. Ex of repeated…
-
1
votes1
answer102
viewsGoogle Maps v2 Marker Error
I’m trying to put a mark on the map and it’s making a mistake NullPointExeption Follows the method: private void setMapaGoogle() { if (mapa != null) { mapa = ((SupportMapFragment)…
-
1
votes1
answer516
viewsMarkers Google Maps V3 Javascript
var map function detectBrowser() { var useragent = navigator.userAgent; var mapdiv = document.getElementById("map_canvas"); if (useragent.indexOf('iPhone') != -1 || useragent.indexOf('Android') !=…
-
1
votes1
answer114
viewsHow to add Googlemap programmatically to a Relativelayout?
I already have all external settings performed, but my question is how to add Googlemap programmatically in a Relativelayout? Here is my Relativelayout public class Page extends RelativeLayout {…
-
1
votes1
answer79
viewsOnmylocationchangelistener Google maps android
I have an application that works as a GPS tracking, is working normal, when the user moves he plays on my server the change that makes all the devices change places the Marker. However I need to…
-
1
votes1
answer4140
viewsReturn an address using Google Maps API
I’m finishing an application where I need to use the Google Maps API for two things: select an address from the user’s choice (example: user navigates to the desired address and chooses it) and…
-
1
votes2
answers1484
viewsHow to return Latitude and longitude on Android Google-Maps
I would like to know how I can return latitude and longitude from an address provided by the User. Example "Av. Sampaio Vidal,Centro, Marília, SP" Answer coordenadas -22.225985,-49.94656…
-
1
votes1
answer464
viewsmaps, php, sql. Enter coordinates into the database and reaver map (google) with these coordinates
I have a dynamic map (at least I would like it to be), I wanted it to depend on the user, he entered the coordinates (based on a form) that he wanted and they were entered in the database... so far…
-
1
votes1
answer535
viewsTrack gps coordinates of one device and show in another
I’m learning to use the Intel XDK to develop for mobile. And I wanted to know how you do to track the position of one device and show on the screen in another, just like Easy Taxi does. Can anyone…
-
1
votes0
answers430
viewsRender Iframe google Maps with Angularjs
I’m building a directive to render a google maps iframe inside my app. And I managed to do it this way: <google-iframe location="item.Location"></google-iframe> js directive. function…
-
1
votes0
answers335
viewsRoute generator
I have a map with pre-defined points, but I wonder if it has how to put a route generator as in "maps" so that the person type your address and click on one of the points on the map and generate…
-
1
votes1
answer2178
viewsCustom marker on Google Maps
How do I embed Google Map but with Custom Marketer? Do you have any public Google Maps Apis (which do not require access key)? Currently I need to include "whole" API, just to run the operation to…
-
1
votes2
answers1005
viewsGoogle Maps Iframe is not showing the location marking
There’s a part on my site where there’s a select with several places in Brazil. When selecting a place, just below has a iframe with Googlemaps that automatically updates to the coordinate…
-
1
votes1
answer2333
viewsCenter map with more than 1 (one) marker
I’d like a little help if possible. I am developing a website, and implementing Google Maps V3 Javascript functions, but I have not found in any documentation on how to center the map containing 2…
-
1
votes1
answer614
viewsActivate the smartphone’s GPS
I’m developing an app that uses geolocation functions. The same is already getting the smartphone locations, and I can check whether the GPS connection or not. Until then quiet, what I’m not getting…
-
1
votes1
answer1162
viewsInsert Google Maps search bar
How to insert a search bar in Google Maps on Android? Need something similar to the image below: For this result, will I need to use Text and Overlay? Is there an example to help you understand?…
-
1
votes1
answer612
viewsHow to add 1 kilometer to a Google Maps coordinate?
How could you add 1 km (or 1,000 m) to a google maps coordinate to determine an area? Example: Radius formed by points A and B: Point A = Latitude:-22.91009, Longetude: -43.107499. Point B =…
-
1
votes2
answers148
viewsGoogle Maps Information
I would like to know the following... I have some map images, which indicate a certain coverage, I would like to add these images over google maps... I believe this is not difficult... The big…
-
1
votes1
answer3550
viewsCreate a route in Google Maps V3
how do I adapt the script below to the following purpose: The user opens the page and appears the map in a predefined place (company). Then he clicks on an input and enters its location, (the input…
-
1
votes1
answer908
viewsStylization of markers on Google Maps V3 routes
I created a form where the person type where it is and then a search is performed and a route is defined. The question is: its starting point after the route is set is not showing the icon I created…
google-mapsasked 9 years, 9 months ago Hitch Leonardo 623 -
1
votes0
answers44
viewsHow to use the Google Maps rightclick for mobile
Today I added an event to my map, in case if right-clicking, performs a certain event. I’m without cell phone to test. But cell phone has no right button. The google maps api converts this event…
-
1
votes2
answers409
viewsHow to find specific point coordinates
I need the coordinates of a specific point in Google Maps. Kind of like I click on a point and somehow the API shows me the string of mnsm. Because I need to calculate distance between 2 points…
-
1
votes1
answer313
viewsMap of Google Maps disappeared
Hello, I am using the JS V3 API from Google Maps. I went to style the page and the map disappeared. jQuery, CSS and HTML: $(function() { $('.nav-toggle').click(function() { if…
-
1
votes2
answers543
viewsZoom button and Street View do not appear in Modal Boostrap
I’m loading Google Maps v3 into a Boostrap Framework modal. The problem is that I can’t see the zoom icons/button and Street View, they appear distorted in the blue square of the image. The right…
-
1
votes1
answer97
viewsSearch Locations by category
I’m using the google Places api that returns a JSON, managed to search for sites by lat and long and also by placeid, now I need to search the site for tipo/categoria for example: restaurant, gym,…
-
1
votes2
answers346
viewsShow streets and images in Type Satellite by default
I am wanting to show the names of the streets and establishments by default. What would be the option? I am doing so: var myOptions = { scrollwheel: false, center: new google.maps.LatLng(lat,…
-
1
votes0
answers37
viewsIs there a function in the google maps api to make fixed items?
I’m working on an android app and I wonder if there is any way to create routes in google maps fixed and then use them to know the fastest way to a certain destination? Like making bus lines. I’d…
-
1
votes1
answer140
viewsProblems to delete a "circle" object that is on google-maps
I’m having trouble deleting circle type objects (API google-maps) that are being shown on my map. I have a function that receives JSON data and creates a global array (arrayElements) containing…
-
1
votes0
answers269
viewsGoogle Maps API: zoom into the group of markers
I have a map where the user looks for points like bakeries, registered supermarkets around an area. I would like, when loading the map, the API to grab all the registered points zoomed in that…
-
1
votes1
answer110
viewsNumber of markers in Google Maps
I was studying some ways to implement Google Maps, and saw in a wordpress site a map with the counting of information, I wanted to know if you know a plug-in that does the same, or through the…
-
1
votes0
answers23
viewsPlugin google maps
Good afternoon guys.. I’m using the Gmaps plugin on my site, but I’m having trouble finding a configuration I need... http://mansanofotografia.com.br/contato This link has a map similar to what…
-
1
votes1
answer127
viewsMerge image and map Google Maps
I have the following situation. The google map and above the map I added an image. The problem is that when I add an event on the map, this event does not work from the image.. and vice versa.…
-
1
votes0
answers183
viewsIdentify corners in Google Maps
I’m developing an Android app that will use maps while the user drives the car. I need to know if it is possible to use the user’s current position and identify the corners near that position. Is it…
-
1
votes1
answer383
viewsSearch of shops by zip code
I am developing a site with PHP and Mysql where register several stores, and each store serves a region of the city. What would be the best strategy to adopt in this case, where I have the CEP of…
-
1
votes1
answer209
viewsInsert square in caption googlemaps
I’m trying to add a caption to my googlemaps map. To assemble the legend I created a square with the color that represents a value. css: .square{ width: 48%; height: 0; /* Quadrado */…
-
1
votes1
answer257
viewsClick on zoom button to show the whole country (Brazil) on Google Maps
Hello I would like you to please help me with an example of how to do for when the user click a button next to the map cause the map to zoom in to show the whole country. I couldn’t make a practical…
-
1
votes0
answers194
viewsHow to add print option in Google Maps API?
I recently developed a script that generates routes from the markings in the google maps API, I would like to add the option to print that route, ie the map. I noticed that on the official Google…
-
1
votes1
answer505
viewshow to add a simple polylines to the Map Api Gmaps v3?
I cannot visualize the line on the map the code is apparently correct not break in any lines ,when viewed by the console . no longer visualize the line. function initialize() { var latlng = new…
-
1
votes1
answer1066
viewsHow to create a button in the google maps API to add a bookmark?
The doubt is as follows... I searched for a few days before coming here, but I just think how to add the marker in a manual way like the google example: // Add a marker in Sydney and move the camera…
-
1
votes1
answer240
views2 simple points in Google Maps
If I create a point on Google Maps like this: function initialize() { var myLatlng = new google.maps.LatLng(-28.457122, -52.197458); var mapOptions = { zoom: 15, center: myLatlng }; var map = new…
-
1
votes1
answer5831
viewsReferenceerror: google is not defined
I have a code to show Google Maps with multiple markers, what I click to show the map gives this error: Referenceerror: google is not defined. I have no idea what it is. OBS: the code is taking the…
-
1
votes0
answers103
viewsTurning Meters into Pixels
I would like to turn a metric value into pixels to add to a Marker. In earlier versions it used if as follows: import com.google.android.maps.Projection; Projection projection =…
-
1
votes0
answers319
viewsGeocoding using Google Maps and jQuery
I created a bar for the user to enter the desired destination location. This address is captured through the function click() of jQuery. At this point the code is working, but for some reason, the…
-
1
votes1
answer84
viewsIs there any way to get information about a particular street?
My question is very simple, using the google-maps i would like to get the following information: { Street: "Getulio vargas", Information: { { Distance: 120, Type: "School", Title: "Escola Estadual…
google-mapsasked 9 years, 6 months ago JuninZe 64 -
1
votes0
answers490
viewsGoogle Maps and Jquery problems
I’m setting up a site with jQuery UI and google maps. My map div is inside another Jquery div (tab). I don’t know if there is a conflict between jquery-ui and google maps, because it doesn’t only…
-
1
votes2
answers105
viewsHow to leave the Google map like this?
Is there any way to style the google map this way?…
-
1
votes1
answer263
viewsChange position of a point in Google maps
Good need to change the position of a maps without creating a new point. I just need to update the point. Code produced: <script type="text/javascript"> //variaveis globais. var map; var…
google-mapsasked 9 years, 5 months ago Renan Rodrigues 3,709 -
1
votes1
answer956
viewsGoogle Maps showing all gray
I developed an html but I find problem to make it work, in my logic everything is right but does not run correctly. What am I missing? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0…
-
1
votes0
answers120
viewsMarker displays wrong infowindow
I’m using the Google Maps API to create Markers at addresses I report in the archive js. Next to this API also has the autocomplete to complete the address I’m typing on input. The script is working…
-
1
votes1
answer37
viewsAnother global chat room. What is the technology for this type of application?
In that link we have one more global chat room. The interesting thing is that it seems to use google map. Could someone clarify what the technology is involved in creating an application like this?…