how to use google-maps on API2 to get navigation to specified place
i’ve add a search tab to get places
but can’t make navigation to it
how to use google-maps on API2 to get navigation to specified place i’ve add
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have used the following code in my application and it runs fine.
Here,
saddr = source address(lat,lng)
daddr = destination address(lat,lng)
Note that you can also pass Address string in stead of lat/lng.
Hope this will help…