I’m developing an android app, I’ve requirement to show the user current location and the other uses
Near to current location on google map. To get the users nearby current location there is separate service i need to pass user current location lat/long only,
My Question is how I can get the user current location and display on the map (like iphone does with some animation)
All other users near to current location (each user has a type, depending on the type i need to show different mark/drawable on the map)
Any idea or any tutorial link sample code will help me
Sam
First you need a mapview:
Displaying the other users:
Centering the map around the user:
Overlay class needed to show the other users: