I am trying to find the details of the phone number like countryname,cityname,flag,latitude,longtitude.
I stored the countrycode, areacode ,countryname,cityname and flag in the table .
and I checked the phonenumber with database
(ex:9180xxxxxxxxxxxxx) then
91-India
80-Bangalore
So it will display country - India,City -Bangalore.
I need to find the lantitude and longtitude of bangalore.For that also i cant store the data in table know?
So what i am asking is there any method available to find the lantitude and longtitude by using cityname(bangalore) or areacode(9180).
I saw corelocation document,But i didnt find thatmethod.