⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 带有GPS功能的Mobile上
💻 TXT
字号:
Code Sample Name: Microsoft.WindowsMobile.Samples.Location

Feature Area: GPS and Managed Programming

Description: 
	This sample shows how to wrap the native GPS Api in a simple
 	to use C# class.  

	Project ManagedGps contains the following classes:
	Gps: The interface to the managed gps api.  use this class to 
	  open, close, query the device state, and query the position data from your gps hardware.
	
	GpsPosition: Contains the GPS position data received from the gps hardware
	
	GpsDevice: Contains GPS device state data received from the gps hardware
	
	Utils: Native memory allocation utilities

Usage: 
	Make sure your GPS hardware is setup correctly using the 
	GPS control panel in Settings. 

	Once you have your GPS set up, you need to Build and Run the GpsSample
	to see it work.  

Relevant APIs/Associated Help Topics: 
    GPSApi, 
    Managed PInvokes, 
    Managed and Native Data Marshalling 
    

Assumptions: GPS hardware is setup on the device.

Requirements: 
    Visual Studio 2005, 
    Windows Mobile 5.0 Pocket PC SDK,
    ActiveSync 4.0.

** For more information about this code sample, please see the Windows Mobile SDK help system. **
 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -