Class IUsesGeoLocationMethods
Inheritance
IUsesGeoLocationMethods
Syntax
public static class IUsesGeoLocationMethods
Properties
SubscribeGeoLocationChangedAction
Declaration
public static Action<Action<GeographicCoordinate>> SubscribeGeoLocationChangedAction { set; }
Property Value
TryGetGeoLocationAction
Declaration
public static IUsesGeoLocationMethods.TryGetGeoLocationDelegate TryGetGeoLocationAction { set; }
Property Value
TryStartServiceFunction
Declaration
public static Func<bool> TryStartServiceFunction { set; }
Property Value
UnsubscribeGeoLocationChangedAction
Declaration
public static Action<Action<GeographicCoordinate>> UnsubscribeGeoLocationChangedAction { set; }
Property Value
Methods
SubscribeGeoLocationChanged(IUsesGeoLocation, Action<GeographicCoordinate>)
Declaration
public static void SubscribeGeoLocationChanged(this IUsesGeoLocation obj, Action<GeographicCoordinate> onChangeAction)
Parameters
TryGetGeoLocation(IUsesGeoLocation, out GeographicCoordinate)
Declaration
public static bool TryGetGeoLocation(this IUsesGeoLocation obj, out GeographicCoordinate coordinate)
Parameters
Returns
TryStartService()
Declaration
public static bool TryStartService()
Returns
UnsubscribeGeoLocationChanged(IUsesGeoLocation, Action<GeographicCoordinate>)
Declaration
public static void UnsubscribeGeoLocationChanged(this IUsesGeoLocation obj, Action<GeographicCoordinate> onChangeAction)
Parameters