java - How to choose only locations that are close to travelers using android -


i new andoid programming .i have been provided challenge regarding cab share has happen on go or @ realtime.

challenge:

assume if multiple users opted share.if user1 chooses 1 location , user2 chooses location far user1. cab driver has round circle cover both destinations.

requirement:

is there api helps locations close travelers can chosen .

eg : if user1 travelling place1 , user2 travelling place2 wherein place1 , place2 comes under 1 single stretch driver can cover both location in 1 single ride.

currently ola,uber facing same challenges bileave.

i tried google maps directions api. directions between multiple locationsfrom https://developers.google.com/places/documentation/?csw=1 api nearby locations how match realtime need tia pradeep


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -