Android.Locations.LocationProvider: Method Members

The methods of Android.Locations.LocationProvider are listed below. For a list of all members, see the LocationProvider Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

MeetsCriteria(Criteria) : bool
Returns true if this provider meets the given criteria, false otherwise.
RequiresCell() : bool
Returns true if the provider requires access to an appropriate cellular network (e.g., to make use of cell tower IDs), false otherwise.
RequiresNetwork() : bool
Returns true if the provider requires access to a data network (e.g., the Internet), false otherwise.
RequiresSatellite() : bool
Returns true if the provider requires access to a satellite-based positioning system (e.g.
SupportsAltitude() : bool
Returns true if the provider is able to provide altitude information, false otherwise.
SupportsBearing() : bool
Returns true if the provider is able to provide bearing information, false otherwise.
SupportsSpeed() : bool
Returns true if the provider is able to provide speed information, false otherwise.