AGSGPS.h File Reference

Enumerations

enum  AGSGPSAutoPanMode { AGSGPSAutoPanModeOff = 0, AGSGPSAutoPanModeDefault, AGSGPSAutoPanModeNavigation, AGSGPSAutoPanModeCompassNavigation }

Enumeration Type Documentation

Modes for gps.

Since:
2.1
Enumerator:
AGSGPSAutoPanModeOff 

The map does not auto pan, and the location symbol may move off screen.

AGSGPSAutoPanModeDefault 

The map recenters on the location symbol whenever it moves out of the wander extent

AGSGPSAutoPanModeNavigation 

The location symbol is fixed and always points to the top edge of the device. The map pans and rotates based on location and course updates.

AGSGPSAutoPanModeCompassNavigation 

The location symbol is fixed and always points to the top edge of the device. The map pans and rotates based on location and heading (magnetic) updates.