Questions tagged as 'google-maps'

1
answer

Save latitude and longitude for a certain time

I have this code where I save data in firebase let options = { frequency: 3000, enableHighAccuracy: true }; let markes = []; this.watch = this.geolocation.watchPosition(options).filter((p: any) => p.code...
asked by 27.07.2018 / 02:42
2
answers

Google My Maps Iframe

I have a map with several tourist sites and the design of Google My Maps is perfect for what I need, but is there another way to include this Google My Maps map on a web page that is not for iframe? For example with the Google maps API?  ...
asked by 24.07.2018 / 21:37
0
answers

How to create a location option in the publications of my web page and save it in mysql?

I am developing a website where you can access with a user, make publications, comment, etc. But what I still lack and I do not know how to do it is like putting a location option to put in the publication, something like this: And when...
asked by 15.07.2018 / 07:19
0
answers

How to draw directions with google-map-react?

I'm using google-map-react and I need to draw directions or directions on how to go from one point to another, I have not succeeded. Can somebody help me? Something like that is what I want     
asked by 11.07.2018 / 16:31
1
answer

expand height iframe dynamically

I have a layout of 2 columns: the first with a map and the second with info. I managed to get the iframe on the map to fit the width, but I do not know how to dynamically increase the height and that the map is the same height as the accompanyin...
asked by 06.07.2018 / 12:16
0
answers

Maps are not shown in my Android project

When running the emulator in Android Studio I can see the maps, but if I install it from the device, like any apk like "app-release.apk" that's where the maps are NOT displayed. Please, I need help. Thank you very much     
asked by 30.06.2018 / 02:14
0
answers

Send coordinates from google maps to mysql

<script> document.addEventListener("deviceready",onDeviceReady,false); function onDeviceReady(){ console.log("listo"); } function getDatos(){ navigator.geolocation.getCurrentPosit...
asked by 27.06.2018 / 07:29
1
answer

Android Google Maps - SetOnInfoWindowClickListener

This is my situation, I have markers that show information from a JSON, what I want is to select a marker and that I sent an activity with the information associated with it, the problem is that, this step is not met, reviewing logcat, I noticed...
asked by 26.06.2018 / 09:56
0
answers

Uncaught SyntaxError: Unexpected token: using Google Maps API

When I enter my page to load the latitude and longitude data to show on the google map, I get the following error in the console: Uncaught SyntaxError: Unexpected token : When checking the javascript, it does not indicate an error, but it o...
asked by 25.06.2018 / 18:16
1
answer

Obtain data from a Fragment within an Activity

I have an Activity in which I register the users and in this same Activity I have a Fragment that shows me the map of Google Maps, what I want is to be able to pass the data I collect from the Google Maps Fragment to the Activity for be able to...
asked by 25.06.2018 / 19:37