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

php - how to give proper permission for pcntl_exec? -

javascript - Feed FileReader from server side files -

c++ - What's the differece between of link to a dynamic file and as a input object? -