IGeolocation Interface

IGeolocation

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