Get longitude and latitude from smart phone samsung blackjack?

  • Thread starter Thread starter JamesWPierce
  • Start date Start date
J

JamesWPierce

is it posible to get the current longitude and latitude location
information from a samsung blackjack smartphone? what resources would
be needed? i.e. OpenNetCF library

Thanks
 
is it posible to get the current longitude and latitude location
information from a samsung blackjack smartphone? what resources would
be needed? i.e. OpenNetCF library

Thanks

We've used the GPS SDK from Geoframeworks for the last 3 years in some
of our products:

http://www.geoframeworks.com/

It's very easy to use and comes with great examples.

Cheers,
-Chris
 
The Windows Mobile 5.0 comes with an intermediate GPS driver, and some an
easy to use API for accessing it. They made a managed wrapper sample for the
GPS API in the Samples directory of the SDK.

I never tried it on a smartphone but it works fine on Pocket PC. the only
problem is that you would configure the intermediate driver yourself in the
control panel. Or thats how I did it at least.

I tried using the Franson GPS SDK before, I believed that worked fine for
me. But that was WM 5.0.
 
Back
Top