| Reply | « Previous Thread | Next Thread » |
|
Hi All,
How can i get longitude and latitude in the following format: longitude - (E|W)dddmm.mmmm For example - E12129.2186 which means E 121°29.2186’ latitude - (N|S)ddmm.mmmm For example - N2459.8915 which means N 24°59.8915’ Please advise. Thanks. |
|
In SDK's LocationRefAppForS60 example application you have
Quote:
-- Lucian Today's useful link: On device debugging - screencasts Yesterday's useful link: How do I start programming for Symbian OS? Latest blog post: Build without an SDK, test without a device
|
|
Hi,
I am getting Lat/Long in below mention format: Latitude +61o26'53".239 Longitude +23o51'16".980 Now, How to get the Place name from the the Lat/Long information?? Thanks, ![]() Amit |
| amitjigupta |
| View Public Profile |
| Find all posts by amitjigupta |
|
Google a bit for "geocoding" and you will find the answer.
There is no S60 API to provide access to such features (or rather there is an API but there is no service provider) so you will have to use external resources to get this service. E.g. check if Google's license allows you to use their Geocoding API from a mobile application. -- Lucian Today's useful link: On device debugging - screencasts Yesterday's useful link: How do I start programming for Symbian OS? Latest blog post: Build without an SDK, test without a device
|
|
Hi,
how can i retrieve longitude and latitude values from my cell phone for searching later on Google Maps? Any reply or guidance shall be highly appreciated. Regards, Adnan.. |
| adnan11_pk |
| View Public Profile |
| Find all posts by adnan11_pk |
|
Hello,
try this: Code:
TRealFormat realFormat; realFormat.iType = KRealFormatCalculator | KDoNotUseTriads; realFormat.iWidth = 30; realFormat.iPlaces = 6; iLatitude.Zero(); iLongitude.Zero(); iLatitude.AppendNum(aLatitude, realFormat); iLongitude.AppendNum(aLongitude, realFormat); |
|
Quote:
-- Lucian Today's useful link: On device debugging - screencasts Yesterday's useful link: How do I start programming for Symbian OS? Latest blog post: Build without an SDK, test without a device
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Set Exif Gps Info Latitude. | shashishaw | General Symbian C++ | 15 | 2009-03-24 17:50 |
| retrieve longitute latitude from GPS receiver | mytilinick | Bluetooth Technology | 3 | 2007-01-08 16:30 |
| 9210 City latitude and longitude | nickct | Symbian Tools & SDKs | 1 | 2002-08-16 11:38 |