My Location - Android - Google Maps API v1 -
i know google maps api v1 deprecated android. working on moving our application on v2, in meantime, boss wants me quick add feature old app, running v1. problem of literature gone.
how can enable "locate me" button map? know in v2
map.setmylocationenabled(true);
but there equivalent in v1?
documentation still available online: https://developers.google.com/maps/documentation/android/v1/
you can enable location enablemylocation() mylocationoverlay - docs here: https://developers.google.com/maps/documentation/android/v1/reference/
i don't remember if shows button or separate call.
Comments
Post a Comment