Click here to Skip to main content
15,997,860 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

I am final year student i want to develop an application for a smart phone that find the nearest police station and Hospital. Can this be done? Please help me.

If this is possible than what do I need to do to accomplish this.
I want to use the C#.net tolls

Many thanks in advance.
Kind regards
Posted
Updated 8-Apr-10 19:45pm
v2

1 solution

It can be done if:

1. you have windows a cellphone with GPS capabilities
2. You can program .NET
3. you can do a Google search for "windows mobile GPS API"

First result returned: ;P

http://msdn.microsoft.com/en-us/library/bb158662.aspx

"Windows Mobile software developer's kits (SDKs) ship with over a hundred code samples. These are working applications that can help you learn to develop software for the Windows Mobile platform."

"This code sample is named GPS. It demonstrates how to use managed code to write a C# Windows Mobile Global Positioning System (GPS) application. This code sample demonstrates how to wrap the native GPS APIs in a C# class. It demonstrates how to use "Platform Invoking" (PInvoke) to make calls to unmanaged APIs (in this case, CreateProcess)."
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900