Questions tagged as 'maps'

0
answers

Change "fill" of each path according to the color that is in an array

I'm doing some tests and I'm generating a map of Brazil with all the municipalities and I'm creating an array that will have the following structure: var arr = []; arr['São Paulo'] = 'red'; arr['Altamira'] = 'black'; The code I currently h...
asked by 10.10.2016 / 21:16
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
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

Google Maps Point Dialog Box

I have some points marked on a map, I would like that when any point was selected, open a dialog box with two options, get point information and draw a route to it. How could I do that?     
asked by 16.05.2016 / 20:06
0
answers

Help with google maps api [closed]

Hello everyone, how can I load my div with google maps after clicking on a button, and not letting the maps load with the page load? Thank you!     
asked by 17.05.2016 / 20:18
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
0
answers

Creating Points in Google Maps api with data using PHP / MySQL [closed]

I'm trying to learn how to tinker and make maps using google maps API but I want to know if I have and how to do a map automatically using points (coordinates) that were registered in the database through a form. And if these points are repeated...
asked by 25.02.2016 / 15:13
1
answer

Android Google Maps API [closed]

Is it possible to trace a route in the Google Maps with information about traffic, accidents and average time of arrival at the destination? Or some lib of the type that makes this type of request?     
asked by 24.02.2016 / 03:15
1
answer

With this rule, how do I view the point closest to my location [closed]

Button button = (Button) convertView.findViewById(R.id.buttonComoChegar); button.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { String latitude = itemPosicao.getLatitude(); String...
asked by 03.11.2015 / 17:22
0
answers

Google Maps Plugin

Good afternoon guys .. I'm using the gmaps plugin on my site, but I'm having trouble finding a setting I need ... link This link has a map similar to what exists on my site, but I can not enable the window with address, route and save .....
asked by 25.08.2015 / 18:53