32
Address autocomplete input
under review
R
RIchard Anderson
Provide an address autocomplete input for both web and mobile, using e.g. Google's API https://developers.google.com/maps/documentation/javascript/places-autocomplete
Log In
Kristian Gerkman
under review
A
Andres Lee
Kristian Gerkman: I want to create a functionality to search using 2 form inputs of Google Maps autocomplete in order to draw a map based on the user coordinates, drawing a route. Is this something I can do?
Or can I create an endpoint and connect it to an input?
What would be the option?
This is what I have to send to my endpoint, thats why I need auto complete, any suggestion:
{
"items": {
"0": {
"pickupName": "Aeropuerto Internacional de Cancún",
"dropoffName": "The Ritz-Carlton, Cancún",
"pickupCoords": {
"lat": "21.036528",
"lng": "-86.877083"
},
"dropoffCoords": {
"lat": "21.0932111",
"lng": "-86.7704016"
},
}
}
}
M
Marco Cagnoli
Kristian Gerkman: any news about this task? Thank you!