IGeolocation Interface

graph BT Type["IGeolocation"] class Type type-node Implementing0["GeolocationEssential"]-.->Type click Implementing0 "/api/Rocket.Surgery.Xamarin.Essentials/GeolocationEssential"

Syntax

public interface IGeolocation

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