GeolocationEssential Class

Summary

Provides access to the Xamarin.Essentials.Location API.
GeolocationEssential
Object

Syntax

public class GeolocationEssential : IGeolocation

Constructors

Name Summary
GeolocationEssential()

Methods

Name Value Summary
GetLastKnownLocation() IObservable<Location>
GetLastKnownLocationAsync() Task<Location>
GetLocation() IObservable<Location>
GetLocation(GeolocationRequest) IObservable<Location>
GetLocationAsync() Task<Location>
GetLocationAsync(GeolocationRequest) Task<Location>

Extension Methods

See Also