I want to use a map where both source and destination address will be pre-filled.
Like, I would prompt user to select current location, i.e, point A. ( I already did that) . Then, I will list up some places based on his/her location. Now, I want to take that address directly to the Destination Address , i.e, point B. and ,I will show to the user the route and exact Distance. Can You tell me how to prefix the Address for Point B, as I said above?
But, Both of the locations would be changed any time. for example,
My current location is BTM Layout, Bangalore , India (Source)and The Restaurant I want to go is in Koramangala, Bangalore, India(Destination). Later I changed my mind and want to go to another restaurant which is in Marathahalli, Bangalore, India(Destination). Let, In this case my source address also changed , its now HSR Layout, Bangalore, India.
My app will draw a map between this two location. Can anyone please help me out ? How to do it? Is it possible to get direction like this?