Methods Summary |
---|
public abstract void | addListener(java.lang.String[] applications)Adds a list of application clients
Only used by the NetworkLocationProvider
|
public abstract java.lang.String | getFromLocation(double latitude, double longitude, int maxResults, java.lang.String language, java.lang.String country, java.lang.String variant, java.lang.String appName, java.util.List addrs)
|
public abstract java.lang.String | getFromLocationName(java.lang.String locationName, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude, int maxResults, java.lang.String language, java.lang.String country, java.lang.String variant, java.lang.String appName, java.util.List addrs)
|
public abstract void | removeListener(java.lang.String[] applications)Removes a list of application clients
Only used by the NetworkLocationProvider
|
public abstract void | updateCellLockStatus(boolean acquired)Updates the current cell lock status.
|
public abstract void | updateWifiEnabledState(boolean enabled)Notifies the provider if Wifi has been enabled or disabled
by the user
|
public abstract void | updateWifiScanResults(java.util.List scanResults)Notifies the provider that there are scan results available.
|