Questions tagged as 'google-maps'

1
answer

Execute function from one page to another

I have a question regarding my project. I have a button on an "x" page that upon clicking it checks the geolocation in Google maps (fills the inputs with the coordinates). So far so good, I need to do this function also on a page and y with...
asked by 06.04.2018 / 18:56
1
answer

Why can not I add a bookmark when I click on the map?

I'm using this code: import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import com.google.android.gms.maps.GoogleMap; import com.google.android.gms.maps.OnMapReadyCallback; import com.google.android.gms.maps.SupportMap...
asked by 23.01.2018 / 21:38
1
answer

WordPress Advanced Custom Fields Pro how to activate Google Maps

I'm using wordpress's "Advanced Custom Fields Pro" plugin. I'm trying to use the custom field of Wordpress, but the same asks for the key for the Google API access, I already have the key but I do not know where to put it to use the map! Thank y...
asked by 20.02.2018 / 20:32
1
answer

What is the best way to store Google Maps points in the database? [closed]

I'm developing a system that will store some Google Maps paths of the registered users and structured my table as below: ---------------------- | trajetos | ---------------------- | id | | id_usuario | | parti...
asked by 22.11.2017 / 19:26
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
1
answer

How to create an indoor map with google maps api?

I have a project where I want to create a map of a public facility, like an institute.  The idea is to open the federal institute's plan in an activity, on Android. Like the airport of guarulhos in google maps  From what I know, there is google...
asked by 02.10.2017 / 12:56
1
answer

How to set different icons on the map at the beginning and end of the route?

I'm developing tracking system and I need it when checking the route where the vehicle went. I want start and end point to be identified with another icon as image. Here's also PHP code: while($RS= mysql_fetch_array($RSS)){ $x = $x + 1...
asked by 29.08.2017 / 05:06
1
answer

Google maps: map does not render via call javascript / jQuery

I need to embed a map in my project. However, from the tutorial of the API itself, I could not make it work, until they discovered that the problem was Bootstrap, or Laravel - or both, together. That is, although I am not sure, but under test...
asked by 30.07.2017 / 15:20
1
answer

Google maps API

How do I make a custom map style like this: link Using the google API, I do not know where to start.     
asked by 23.06.2017 / 16:33
1
answer

Google Maps API

I have the following situation: The geographic location of my Country is: longitude de 73°59’32 (A OESTE) longitude 34°47’30 (A Leste) latitude 5°16’20 (Ao Norte) latitude 33°45’03 (Ao sul) I'm using the example provided by Google called...
asked by 20.05.2017 / 03:46