Questions tagged as 'google-maps'

0
answers

how to change the bookmark icon if I'm using the gmaps jquery plugins

Please, is there a way to change the bookmark icon using these HTML tags? As well as data-icon="I can put any image". Since I saw several ways to change the bookmark icon but it does not use these HTML tags. the complete code is here...
asked by 16.05.2018 / 22:57
0
answers

Google Maps Javascript API does not work for me

I have a problem with the API because it does not show me the map and the browser console does not show me errors, I leave the code because I really can not find the error, my application is in Angular and it is not in production in this moment....
asked by 22.05.2018 / 20:47
0
answers

Problems with MeasureTool

I am using MeasureTool in the api of google maps with angular 2 ( MeasureTool ). The first time I measure it works well, but when I select 'Clear Measurement' and try to measure again it stops working without showing any error. What may be happe...
asked by 09.05.2018 / 18:10
0
answers

How to enter coordinates in a javascript array

I am working on a small project to mark positions in Google Maps, I do not know how to read a file .txt that contains the coordinates of the markers by longitude and latitude, as an example: -15.432545, 6.4344523 \n -15.563452, 6.542345...
asked by 12.05.2018 / 03:53
0
answers

Using a latitude and longitude array to create bookmarks on a Google Maps map API

Problems importing latitudes and longitudes to a map with Google Maps API My problem boils down to reading latitudes and longitudes of an external .JSON file and creating bookmarks on a google map. My code is as follows: function display...
asked by 12.05.2018 / 06:46
0
answers

Save values from the Google Maps autocomplete field

How can I store an address that autocompletes with the Google Maps API in JavaScript, saves the city, but does not save the address ... Any ideas? Thank you!     
asked by 10.05.2018 / 10:54
0
answers

google maps api MARKETS php

I want to place the markers on the map with the information stored in my MYSQL db. In the file "index.php" I have the following piece of code that works well with an XML file: // Change this depending on the name of your PHP or XML file...
asked by 26.04.2018 / 05:08
0
answers

Ordering with directionsService - google maps

I have a problem with the ordering of local google maps. I have an array of latitude objects to be sent: waypoints = [ location:{ lat: -8.116597, lng: -79.0347417 }, location:{ lat: -8.120997, lng: -79.038355 }, location:{ lat: -8.120151...
asked by 18.04.2018 / 19:04
0
answers

image base64 in score in plugin google maps cordova

I'm running an application in Cordova with the google maps plugin link and I need to add bookmarks with a label. According to this tutorial link say how to do it with    Base64 Encoded Icon Carry out the process as shown in the exa...
asked by 05.04.2018 / 19:01
2
answers

Get location and show it on Google maps API map

I have a small piece of code that with the help of the Google maps api shows a route on that map from one point to another. As I show below <iframe width="600" height="450" frameborder="0" style="border:0" src="https://www.google.com...
asked by 02.05.2018 / 17:51