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...
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?
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...
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...
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...
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:...
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>
<...
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:...
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...
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.