com.motorola.iden.position
Interface PositionDevice


public interface PositionDevice

This interface defines the common features provided by the position device.


MOTOROLA and the Stylized M Logo are registered trademarks of Motorola, Inc. Reg. U.S. Pat. & Tm. Off.
?Copyright 2002 Motorola, Inc. All Rights Reserved.


Field Summary
static int ACC_NOT_ATTAIN_ASSIST_DATA_UNAV
          This constant indicates that the location fix has timed out.
static int ACCURACY_NOT_ATTAINABLE
          This constant indicates that the location fix has timed out, and the required accuracy is not attainable.
static int ALMANAC_OUT_OF_DATE
          This constant indicates that the Almanac is out of date.
static int BATTERY_TOO_LOW
          A constant to indicate that the battery is too weak to retrieve a fix.
static int FIX_NOT_ATTAIN_ASSIST_DATA_UNAV
          This constant indicates that the location fix has timed out because a fix is not attainable, and assist data is unavailable.
static int FIX_NOT_ATTAINABLE
          This constant indicates that the location fix has timed out because a fix is not attainable.
static int GPGGA
          This constant indicats NMEA message type GPGGA request.
static int GPGLL
          This constant indicats NMEA message type GPGLL request.
static int GPGSA
          This constant indicats NMEA message type GPGSA request.
static int GPGSV1
          This constant indicats NMEA message type GPGSV1 request.
static int GPGSV2
          This constant indicates NMEA message type GPGSV2 request.
static int GPGSV3
          This constant indicates NMEA message type GPGSV3 request.
static int GPRMC
          This constant indicates NMEA message type GPRMC request.
static int GPS_CHIPSET_MALFUNCTION
          This constant indicates that the GPS chipset is malfunctioning.
static int GPVTG
          This constant indicates NMEA message type GPVTG request.
static int POSITION_OK
          This constant indicates that the obtained position is valid and accurate.
static int UNAVAILABLE
          This constant indicates that an unknown error has occurred.
 

Field Detail

POSITION_OK

public static final int POSITION_OK
This constant indicates that the obtained position is valid and accurate.

FIX_NOT_ATTAINABLE

public static final int FIX_NOT_ATTAINABLE
This constant indicates that the location fix has timed out because a fix is not attainable.

ACCURACY_NOT_ATTAINABLE

public static final int ACCURACY_NOT_ATTAINABLE
This constant indicates that the location fix has timed out, and the required accuracy is not attainable.

FIX_NOT_ATTAIN_ASSIST_DATA_UNAV

public static final int FIX_NOT_ATTAIN_ASSIST_DATA_UNAV
This constant indicates that the location fix has timed out because a fix is not attainable, and assist data is unavailable.

ACC_NOT_ATTAIN_ASSIST_DATA_UNAV

public static final int ACC_NOT_ATTAIN_ASSIST_DATA_UNAV
This constant indicates that the location fix has timed out. The fix could not be accurately attained and assist data is not unavailable.

BATTERY_TOO_LOW

public static final int BATTERY_TOO_LOW
A constant to indicate that the battery is too weak to retrieve a fix.

GPS_CHIPSET_MALFUNCTION

public static final int GPS_CHIPSET_MALFUNCTION
This constant indicates that the GPS chipset is malfunctioning.

ALMANAC_OUT_OF_DATE

public static final int ALMANAC_OUT_OF_DATE
This constant indicates that the Almanac is out of date.

UNAVAILABLE

public static final int UNAVAILABLE
This constant indicates that an unknown error has occurred. This is the default response code.

GPGGA

public static final int GPGGA
This constant indicats NMEA message type GPGGA request.

GPGLL

public static final int GPGLL
This constant indicats NMEA message type GPGLL request.

GPGSA

public static final int GPGSA
This constant indicats NMEA message type GPGSA request.

GPGSV1

public static final int GPGSV1
This constant indicats NMEA message type GPGSV1 request.

GPGSV2

public static final int GPGSV2
This constant indicates NMEA message type GPGSV2 request.

GPGSV3

public static final int GPGSV3
This constant indicates NMEA message type GPGSV3 request.

GPRMC

public static final int GPRMC
This constant indicates NMEA message type GPRMC request.

GPVTG

public static final int GPVTG
This constant indicates NMEA message type GPVTG request.