Android Maps API v2 - event onClick on my location cursor -


i have application using maps api v2 , use method map.setmylocationenabled(true); display user location. works in classic google maps application, blue radius around position cursor implement on click on position cursor display accuracy in toast or pop up. have not found in maps api v2 reference nor in stackoverflow that...

the thing know can accuracy map.setonmylocationchangelistener() , location.getaccuracy();

maybe should put custom marker on own position same imageresource default own-location marker own onclicklistener, way same built-in one, don't forget track user's location, , update marker @ every location changed event.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -