Questions tagged as 'google-maps'

3
answers

Maps Android Studio is not displayed

I have been learning how to use Maps in android studio. The project compiles OK, but when I open the app on the mobile you can not see anything, just the word google on the bottom. already create and add the api key. What may be happening?...
asked by 01.04.2016 / 17:15
2
answers

IOS: Error with Google Maps, it does not load the map but the bookmarks

Google Maps does not load the map on iphone, but when I connect the iphone to the xcode and execute the project, if it loads the map correctly. This is the code: let camera = GMSCameraPosition.camera(withLatitude: -33.868, longitude: 151.20...
asked by 09.03.2018 / 17:23
3
answers

Determine the closest marker. Google maps

My Android project works with Google maps, therefore it has 190 markers. The problem I face is that I would like to determine which of these is closest to my position, the problem is that I have no idea how to do it. This is the way I added the...
asked by 08.12.2016 / 23:15
5
answers

How to get the points of the coordinates near me on android?

I have an android application that has some georeferenced points and shows certain points that the user requests with a spinner, it is a query to the local base. The question is: How to show the points that are within a radius of 1km from my loc...
asked by 14.09.2018 / 23:58
3
answers

Draw routes in Google Maps from Android, taking the lat / lng where the polyline should go

I need to draw routes in Google Map from Android, having the latitude and longitude (lat / lng) where the polyline should go. The app I do captures the position where a person is traveling with his cell phone, and then that route must be drawn o...
asked by 20.06.2016 / 16:21
3
answers

Google maps is not shown on the server but on the local

I want to show a map with some locations for this I use the library gmaps js link And everything works fine on my computer, but when I upload it to my server it sends me the following error    common.js: 48 Uncaught TypeError: Can not re...
asked by 06.07.2016 / 06:07
3
answers

Calculate route between two points with Google Maps in IOS

I'm using the SDK of Google Maps in
asked by 20.10.2016 / 08:18
4
answers

Google Maps Android is displayed blank in Release

I have an app that uses google maps, in debug everything works fine, but when you move to release, the map is not displayed the file google_maps.api.xml I created it outside of debug, that is to say I have it in main/res/values/goog...
asked by 20.09.2017 / 22:17
1
answer

Irrigation Percentage in Map, Google Maps API Js

Good morning, I am trying to show on a map a percentage of Irrigation. I have tried it in several ways, for example: -Show a 50% polygon on an original polygon of 100% It did not work because when sending only 50% of the coordinates of the ar...
asked by 30.11.2017 / 16:25
1
answer

Make the circle of Google Maps do not affect a click on the map

I have a Google map where I can put a marker, drag it and with it goes a circle that is the search radius. My problem is that if I click inside the radio it does not call me to the event that makes the marker move to the position of the point...
asked by 21.01.2016 / 00:48