Questions tagged as 'google-maps'

1
answer

Google Maps Api in the android app does not work in the Play Store

I developed an Android application that shows google maps in one of the ativitys, the tests works well, but the app published in the Play Store does not show the map. I generated the Google Maps API key, restricted it, and put both google_maps_a...
asked by 05.10.2018 / 15:28
0
answers

Error DeletedApiProjectMapError in google maps even with a new API

Hello, I'm testing google maps in my project but it displays the error DeletedApiProjectMapError, and I already created new KEYS of the API, I even created a new email to use and even then it says that the project has been deleted. > Follow th...
asked by 26.09.2018 / 17:00
0
answers

Google Maps autocomplete does not show address suggestions in Modal Bootstrap

The problem is simple, when it is Modal Boostrap the suggestions do not appear, only appears if I click the down arrow on my computer. I have already researched and seen a few posts stating that the Bootstrap Z-index problem, I changed the Z-ind...
asked by 05.10.2018 / 07:37
0
answers

How do I get a file with a 2D map slice from Google Maps?

I'm developing a Python application that needs to interact with the streets provided by Google Maps. To do this, I need to know exactly the layout of each street (width of each section, curves, intersections, length, direction, etc.). How...
asked by 11.10.2018 / 05:01
0
answers

Tracing route and distance calculation - Google Maps

Hello, my question is in relation to the Haversine formula where, I have several geographical points (Latitude and Longitude) and when moving to the formula, the distance traveled is not returning the same result as the Google Maps site myself Re...
asked by 10.09.2018 / 20:16
1
answer

How to tell if a given coordinate is in a bounding box?

I have a coordinate (lat and lon) and also a bounding box (minlon, minlat, maxlon, maxlat) and I have to find out if a given coordinate is within the area. So far I have not found how I do, I looked in the Google Maps API documentation and found...
asked by 31.08.2018 / 17:59
0
answers

How to search for latitude and longitude by city using react-native-geocoding

Hello, I'm trying to return the information of the city, but when I tell you the name of cities, it does not return anything to me ... it only rotunds me when I put names of places like Colosseum ... onPressBuscaLongetudeLatidePorNome = async...
asked by 27.08.2018 / 04:13
0
answers

Multiple Maps routes

Today I use: "http://maps.google.com?saddr=Current+Location&daddr=" + lat + ',' + long + ""; To create routes in google maps, I would like to create multiple routes, can you help me how can I proceed?     
asked by 23.08.2018 / 22:21
2
answers

Map navigation intent for all apps [mount route]

I'm looking for a way to give users the option to select which app to mount their route (waze, google maps, uber ...), but it just does not work in google maps. When I choose it, it only shows the place on the map, but does not open the navig...
asked by 21.08.2018 / 14:34
0
answers

GoogleMaps API Usage Restrictions

I use the GoogleMaps API to display maps. Since the keys appear in the HTML code, Google itself directs to restrict the domains that will load the maps, to avoid key thefts. But that does not work. I have already tested several settings in th...
asked by 20.07.2018 / 01:38