Added Methods
|
int describeContents()
|
|
void distanceBetween(double, double, double, double, float[])
|
Computes the approximate distance in meters between two
locations, and optionally the initial and final bearings of the
shortest path between them. |
float getAccuracy()
|
Returns the accuracy of the fix in meters. |
boolean hasAccuracy()
|
Returns true if the provider is able to report accuracy information,
false otherwise. |
void removeAccuracy()
|
Clears the accuracy of this fix. |
void reset()
|
Clears the contents of the location. |
void set(Location )
|
Sets the contents of the location to the values from the given location. |
void setAccuracy(float )
|
Sets the accuracy of this fix. |