I have a map application that follows the user and what I want to know is how to add a marker that follows the user. how close is it to just adding a marker at a set place? Can I switch the overlay to track somehow?
Thanks
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.
mapView.getOverlays.clear()to remove the old overlay. And then place it again the way you placed the first overlay with the position you want. Place the overlay and the overlay item.