Questions tagged as 'google-maps'

2
answers

Extract JSON object item with Angular.js

I have an Angular app that uses the Maps API to fetch latitude and longitude, but I can not get latitude and longitude separately. My application works as follows, the user types the zip code and the system using the ViaCEP API loads all data...
asked by 10.03.2016 / 20:16
1
answer

Maps Public API KEY

I'm developing an app that uses Google Maps . When I run from Eclipse to smartphone , Google Maps does not show any error. When I publish app to Play Store , Google Maps gets wrong, the map does not appear.     
asked by 22.03.2014 / 14:44
1
answer

How to use Google Maps with JSF

I need to use Google Maps in a JSF application. Primefaces offers GMap . I also found the GMaps4JSF . Which of the two approaches is the best, or if there are others, which one will bring me more benefits or more flexibility? References...
asked by 11.03.2014 / 15:03
2
answers

Google Maps returning Latitude and Longitude as zero and problems when placing the Marker

I'm trying to use Google Maps, and set a location on it (pulling the user's Latitude and Longitude). It pulls and displays in a Toast, but it does not setta this in the onMapReady or Marker method, and if I put a Log in onResume (), it shows...
asked by 19.02.2018 / 15:42
1
answer

Google Map does not appear

The google map is not showing up on my site. Code: <div class="row"> //O ERRO OCORRE QUANDO INCLUO A DIV MAP DENTRO DESSA DIV ROW <div id="map" class="col-6"></div> <div class="col-6">teste</div> </d...
asked by 10.12.2017 / 21:21
2
answers

Open app google maps via link by ionic 3

I need to make a link that opens google maps external app on android and ios (apple maps) that opens with a marker in a certain coordinate. So far, through the research I found something similar to the one presented here: iOS (launching Apple...
asked by 23.10.2017 / 15:50
1
answer

How do I get the location of the user and compare with others to see which one is closest to him?

I need to capture the user's location and compare all the sites listed in a list / array and see which one is closest and show an image of the location. So far I have been able to handle errors and find where the user is. Anyone have any idea ho...
asked by 01.02.2018 / 16:15
1
answer

I'm using a mySQL Bank where I store bookmarks for a map

I'm using a mySQL Database where I store bookmarks from a map (in the table I store the latitude and longitude of these bookmarks) my question is, do I make a select by picking up all markers that are in a proximity radius of a point bookmark),...
asked by 30.03.2017 / 15:10
2
answers

Retrieve callback return

I have the function below that calculates distances using a Google API. I would like to know how to get the callback function returned. <script type="text/javascript" src="_global/_js/jquery-2.1.4.min.js"></script> <script s...
asked by 16.10.2016 / 20:11
1
answer

Get Geolocation Coordinates (Reactjs)

Hello, I'm developing a simple application that takes the geographical coordinates of google maps api. It's working, but I'm not getting the values that are in the other function. In fact I just want a way to get the Latitude and Longitude value...
asked by 26.06.2016 / 03:12