Questions tagged as 'google-maps'

1
answer

How do I calculate a radius in 1 address, and how can I create an alert if the point is outside the radius?

Good afternoon. Next, I have a point that is my location in google maps, and I would like to draw a radius of, for example, 500 meters from that point, and also, know if the point leaves that address, create an alert. > Thank you.     
asked by 10.08.2016 / 21:15
0
answers

JavaScript API requests

I'm using the JavaScript API in my Cloud. I have several different ports with the application of each client, in the end I have something like this: customer.rafaelcloud.com.br and client.rafaelcloud.com.br As described in this link we h...
asked by 23.08.2016 / 21:09
1
answer

Maps API Cordova - Add multiple markers

I'm using the code below to add multiple markers on the map. With each click a marker is added. In Chrome the code works perfectly, however, when generating the code using cordova the map is displayed but no bookmarks are added. functi...
asked by 02.08.2016 / 00:52
0
answers

Map google bursts when I push the markers [closed]

My function to add markers to the map is as follows: function setMarkers(map, locations) { var i for (i = 0; i < locations.length; i++) { var loan = locations[i][0]...
asked by 16.05.2016 / 14:02
1
answer

Zoom repeats google maps several times

I have infowindow on my map. Every time I give a dragstart I close this infowindow . My problem is that I give infowindow.open(map, marker); , to open infowindow . Every time I do this, it adds another infowind...
asked by 15.04.2016 / 19:08
0
answers

Routing - Google Maps

I'm having trouble tracing. I have 2 inputs text, with google's auto completion function. When the user dials the second input. The map already traces the route between the two points. But I want to make a modification, and I'm in troub...
asked by 04.04.2016 / 20:37
0
answers

Error Deploying Label on api google maps

Hello everyone, I'm not very knowledgeable about java script and I need a help, how to deploy a code in google maps api to create a label at each point. Below I am putting my code and if someone can help me to inform me what I am doing wrong (Th...
asked by 25.03.2016 / 23:33
1
answer

NullPointerException error in setMyLocationEnabled ()

I'm developing an app whose main function is to capture the user's location. I have already made a code of the error, I do not know if it is complete, I followed following internet examples: Code: private GoogleMap mMap; public View onCrea...
asked by 30.03.2016 / 07:29
0
answers

Google static maps without url limit [closed]

I wanted to create an image of several routes in google maps, I already used the encodepath to reduce the size of the url, I also tried to reduce the definition of the points of the coordinates among other ideas that I had however what it takes...
asked by 24.03.2016 / 01:18
0
answers

Transform meters into Pixels

I would like to transform a metric value into pixels to add to a Marker. In earlier versions I used it as follows: import com.google.android.maps.Projection; Projection projection = mapView.getProjection(); float raio = projection.metersToE...
asked by 22.03.2016 / 19:42