Questions tagged as 'google-maps-api-3'

1
answer

GoogleMapsAPI - create markers filter

I'm making a dynamic map using the Google Maps API that uses the markers to signal a list of pre-defined locations, such as: self.locations = [{ name: 'Foxtrot', lat: 38.713905, lng: -9.1518868, type: 'Bar'...
asked by 05.11.2016 / 01:23
0
answers

Phonegap trace Route

How do I make a route through Phonegap and follow the route so that at the end it tells me what my route is and how many kilometers, meters, etc. I travel?     
asked by 14.08.2016 / 04:09
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
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
1
answer

Validate geographic coordinates

How can I validate a geographic coordinate to see if it really corresponds to a valid location? For example, -47.888477, -100.555444; These coordinates I did not get on any map, are random numbers that came to my head now to use for example, how...
asked by 19.02.2018 / 17:47
1
answer

Using database coordinates in google maps API

I'm trying to use in Google Maps the data that is in a sqlite database, but I'm not able to access the loader's return. I used the same logic to connect using the database number and it worked, but for the map, it only returns 0,0 coordin...
asked by 09.08.2017 / 15:47
2
answers

How do I add bookmarks to the google map by clicking on it? - JavaScript

I'd like to know how to add bookmarks to the map by clicking on a point in google maps. Actually creating / adding the marker "manually" I already know, what I really wanted was to trigger the function of adding the marker by passing the latitud...
asked by 28.07.2017 / 22:56
1
answer

Google Maps JavaScript API with Geocoding Service

I'm now using other Google Maps API JavaScript utilities, I've changed some parts of the code, and it ran into more or less problems this time around @Sergio helped me Link the question: Uncaught TypeError: Can not read property 'split' of undef...
asked by 20.03.2017 / 19:15
2
answers

Script does not display map

I'm using this script :    link The error in the console is this:    "Google Maps API error: MissingKeyMapError developers.google/maps/documentation/javascript/error-messages#missing-key-map-error" js: 34: 391       "Google Maps AP...
asked by 29.08.2016 / 20:52
1
answer

Command to update the location of the following code every 2 seconds:

I'm developing an app and need it to always update its location within a time frame. I found in this same site the following solution to get the location and turn into a marker as also the camera goes to this location:     
asked by 25.10.2017 / 15:17