We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For now we will basically use two main API's from the Google Maps library set, they're the Google Maps Geocode API and the Google Maps JavaScript API.
Also we will use the UberAPI, @thiagosjk and @Vedolin you folks came to the Uber API talk, so what we can do with the API? What are their limitations?
What we will interact with the UberAPI in order to achieve our goals?
nvm, here is what I'm planning to do with the Google Maps API:
The user also could drag to a specific position, that will use the LatLng search pattern of Google Geocoding instead of FTS.
Also, support of the Facebook Developers API for basically doing the following interactions:
The text was updated successfully, but these errors were encountered:
We can look to initial candidates to the venue with the Text Search API (https://developers.google.com/places/web-service/search?authuser=1&hl=pt-br)
https://maps.googleapis.com/maps/api/place/textsearch/json?query=quadra+de+futebol&location=-23.53013,-46.63409&radius=5000&key={API KEY}
An also Nearby Search
https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=-23.53013,-46.63409&radius=5000&keyword=quadra+de+futebol&key={API KEY}
And the matrix API allow us to calculate several origin and destinations in one shot
https://maps.googleapis.com/maps/api/distancematrix/json?origins=Idexo|Estacao+Santana&destinations=Estacao+Osasco|MASP|Memorial+da+America+Latina&mode=driving&language=en-US
Sorry, something went wrong.
thiagosjk
Vedolin
ovflowd
No branches or pull requests
For now we will basically use two main API's from the Google Maps library set, they're the Google Maps Geocode API and the Google Maps JavaScript API.
Also we will use the UberAPI, @thiagosjk and @Vedolin you folks came to the Uber API talk, so what we can do with the API? What are their limitations?
What we will interact with the UberAPI in order to achieve our goals?
nvm, here is what I'm planning to do with the Google Maps API:
The user also could drag to a specific position, that will use the LatLng search pattern of Google Geocoding instead of FTS.
Also, support of the Facebook Developers API for basically doing the following interactions:
The text was updated successfully, but these errors were encountered: