The following tables list the members exposed by ImGearXMPGPSCoordinate.
Public Methods
| Name | Description |
| getDegree | Returns the Degree of GPS Coordinate.
|
| getDirection | Returns the Direction of GPS Coordinate.
|
| getMinute | Returns the Minute of GPS Coordinate.
|
| getMinuteFraction | Returns the Fraction of minute of GPS Coordinate. If the GPS coordinate seconds instead of fraction of minutes, the method returns null.
|
| getSecond | Returns the Second of GPS Coordinate. If the GPS coordinate uses fraction of minutes instead of seconds, the method returns null.
|
| setDegree | Sets the Degree of GPS Coordinate.
|
| setDirection | Sets the Direction of GPS Coordinate.
|
| setMinute | Sets the Minute of GPS Coordinate.
|
| setMinuteFraction | Sets the Fraction of minute of GPS Coordinate. If the GPS coordinate seconds instead of fraction of minutes, the method returns null.
|
| setSecond | Sets the Second of GPS Coordinate. If the GPS coordinate uses fraction of minutes instead of seconds, the method returns null.
|
Top
See Also