Convert Android App that uses maps API V1 to Maps Android API V2 -


i have android app uses old maps api, it's deprecated!

what steps should take make app works new api.

i'm using distance matrix api , google directions api.

my code work ?!

you can take @ blog post wrote on how create map application using:

google map api v2 guide

basically changes have make are

1. replace mapview object mapfragment or supportmapfragment object (depending on target sdk of application)

2. in additin have repalce mapactivity normal activity (if use mapfragment object) or fragmentactivity (if use supportmapfragment object).

3. have change permissions in manifest file new ones, described in guide.


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 -