API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.location.Location

Removed Constructors
android.location() Constructs a new Location.
 

Added Constructors
Location(String) Constructs a new Location.
 

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.
 

Changed Methods
void writeToParcel(Parcel, int) Change in signature from Parcel to (Parcel, int).
 
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff