Questions tagged as 'google-maps-api-3'

1
answer

How to use the Google Maps API on a Windows Form in C #?

I'm having trouble on how to do this. My TCC has a tab where an address appears (Label), where, when clicking, I want the address to appear in Maps. I've already thought about using WebBrowser, but I do not want the user to navigate beyond that...
asked by 17.07.2018 / 02:29
0
answers

Google Maps Android - Locate Shops

As Google Maps API is a new knowledge for me, could anyone help me: how do I (what would I use) to locate a particular establishment in my application? For example, the user will enter the app, the same will pull your location show the parkin...
asked by 10.07.2018 / 13:06
0
answers

Inserting Google Maps Mapping Routes with GPS

I'm developing an application using the Maps API, I would like to know if there is a way from the current location, to choose an establishment and map the route from my location to the destination, until then I was able to do it normally, to als...
asked by 05.07.2018 / 01:27
1
answer

Search by Range

I'm programming a website and in Advanced Search you have the option of the user doing a search to find places near the city that he is. I have all the states and cities registered in the bank. But I have no idea how to make the system kno...
asked by 12.06.2018 / 04:42
1
answer

Delphi JSON Encode with TSslHttpCli (Overbyte ICS)

I'm using the TSslHttpCli component of Overbyte www.overbyte.eu and am having problems with formatting my json return, with special characters, I'm consuming google's api geolocation, see return: { "results":[ { "address_co...
asked by 02.06.2018 / 16:45
0
answers

cluster google maps api no ionic

Hello, I'm breaking my mind to implement clustering on a map in the app I'm developing, I currently use google maps api. Would anyone know how to solve it?     
asked by 23.05.2018 / 14:48
1
answer

Google distance matrix, wait for callback to continue loop

I researched a lot about it and still could not find a solution. When I run the code below, the loop proceeds before the API callback. In the callback the variable this.userRoute.newRoute [i] .address is changed, so I need the loop to wait...
asked by 04.05.2018 / 17:35
0
answers

Using the Geopy library

I have the following question, I want to set up a routine to perform iterations within a dataframe (pandas) to extract longitude and latitude data, after supplying the address using the 'geopy' library. The routine I created was: import tim...
asked by 25.04.2018 / 19:36
0
answers

How do I get the full address from the Google Maps API?

I have a form in which I want to validate the person's zip code. I found an endpoint that returns me part of the address, but I would like the street too, does anyone know how to get the full address? This is the endpoint I'm calling: link...
asked by 18.03.2018 / 14:55
0
answers

Google Maps select bookmark

Good morning! I'm working with the google maps API with ASP.NET C #. I would like when the value of 'Name' is typed in a TextBox google maps zoomed in on the point and the icon changed to option 3 or changed the animation, something that i...
asked by 17.03.2018 / 13:54