pan google map to ISO 3166 country code on android -
i have android application allows user select default country.
countries held iso 3166 codes
there way automatically pan google v2 map chosen country using iso3166 code?
is there way automatically
nothing done automatically. manually seems automatic. ;)
pan google v2 map
themap.movecamera(cameraupdatefactory.newlatlngbounds(...));
to chosen country using iso3166 code?
parse output of
http://maps.googleapis.com/maps/api/geocode/json?address=gb&sensor=false
to bounds.
Comments
Post a Comment