Is there anyway to do a similar type? as in a map show the current direction of the user and where he is.
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.
Add
MyLocationOverlayto theMapView:It will show the user’s location (if you have the proper permissions) and it will show the user’s orientation via a compass rose (if you run it on a device with the right sensors). You can see this, along with a custom overlay, in this sample project.