Chilamkurthy
Lurker
Hi all,
I want to get map location (Googlemaps) by passing address (by not passing longitude and latitude), pls help me in this scenario, if anybody worked on this.
I did some R&D on this, but i am not getting exact solution.
I tried with the below method...but i am unable...
"Google", 1);
Pls give me some best solution...
Thanks,
VJ, India
I want to get map location (Googlemaps) by passing address (by not passing longitude and latitude), pls help me in this scenario, if anybody worked on this.
I did some R&D on this, but i am not getting exact solution.
I tried with the below method...but i am unable...
List<Address> addresses =
geoCoder.getFromLocationName(
"Google", 1);
Pls give me some best solution...
Thanks,
VJ, India