android - MyLocationOverlay is deprecated, any alternative? -


mylocationoverlay deprecated. there alternative?

mapview mapview; mylocationoverlay mylocationoverlay; @override protected void oncreate(bundle savedinstancestate) {     super.oncreate(savedinstancestate);     setcontentview(r.layout.activity_main);     mylocationoverlay = new mylocationoverlay(this, mapview);     ... 

the new class mylocationnewoverlay.


Comments

Popular posts from this blog

libGdx unable to find files in android application data directory -

php - Webix Data Loading from Laravel Link -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -