Questions tagged as 'maps'

0
answers

Script Error in Google Maps - Titanium

I am having an extreme difficulty to do only 3 routes in my application. I am days trying to understand the exact logic / code to finalize my project and I am not successful. I wrote the line of code below: var socure = [37.389569, -122.050...
asked by 23.06.2015 / 15:21
0
answers

Route Generator [closed]

I have a map with pre-defined points, but I would like to know if you can put a route generator as in the "maps" so that the person can enter his address and click on one of the map points and generate address, all the rest?     
asked by 26.02.2015 / 14:03
0
answers

Google Maps iFrame does not show correct location

I'm having a problem implementing a map on my site, I create the iframe through the google maps website, but when I put it on the site it appears without location, apparently it shows the whole map of the Earth without zooming, someone knows how...
asked by 03.12.2014 / 23:29
2
answers

Google Maps does not load correctly

My site is experiencing display issues on a map (Google Maps) when accessed by the main url: link but displays the same map correctly when accessed by this other URL: link If I access the site by this other url link also gives map er...
asked by 17.05.2016 / 23:32
0
answers

Get coordinates of a highway in Brazil

How can I get all the coordinates of a particular Brazilian highway? I'm starting a search and could not find material to help me with this task. Basically I need to identify for example: The latitude and longitude of kilometer 120 on BR 040. Th...
asked by 17.06.2015 / 06:41
1
answer

Capture Coordinates by GET in api Google Maps

In this script I just need javascript to get the coordinates via get //Algo parecido.... $lato = $_GET['lato']; $longo = $_GET['longo']; $lato = $_GET['latd']; $longd = $_GET['longd']; <script> var origem = { lat:...
asked by 10.05.2016 / 23:20
1
answer

API Google Maps + PHP

I need that while $ ig is = 0 the icons are a type, when $ ig = 1 the icons are another type, another image in the case. followthecodebelow:<?phpinclude"../../conexaomaps.php";?> <!DOCTYPE html> <html> <head> <...
asked by 29.08.2017 / 07:21
1
answer

Onclick on Marker in the Maps API

Hello, how do I execute onclick on a marker of maps? My code is this: var marker = new google.maps.Marker({ position: myLatLng, map: map, icon: andando, shape: shape, title: beach[0], html: beach[5], zIndex:...
asked by 08.09.2017 / 19:32
1
answer

Error handling in the Google maps Android API

I am making a register of people with address to show on the map where a person lives. When I type the correct address everything works normally, but when I get the error, which is not valid for Google Maps , the app closes. @Override public...
asked by 15.05.2015 / 14:37
1
answer

How to find coordinates in Apple maps?

I need to show several different places on the map, one for each location, I would like to know how I can point to each coordinate through the code? In case the app is for iOS, using Objective-C.     
asked by 20.10.2014 / 03:29