Method GetGeoLocation
GetGeoLocation(Action<IFrameworkGeoLocationInfo>)
Über diese Action wird im Mobile-Client der aktuelle Standort bestimmt.
Declaration
[DocfxBrowsable]
public void GetGeoLocation(Action<IFrameworkGeoLocationInfo> callback)
Parameters
callback
System.Action<IFrameworkGeoLocationInfo>
Die Methode, die nach dem Vorgang aufgerufen werden soll.
Remarks
Siehe Standortbestimmung
GetGeoLocation(Action<IFrameworkGeoLocationInfo>, String)
Über diese Action wird im Mobile-Client der aktuelle Standort bestimmt.
Declaration
[DocfxBrowsable]
public void GetGeoLocation(Action<IFrameworkGeoLocationInfo> callback, string identifier)
Parameters
callback
System.Action<IFrameworkGeoLocationInfo>
Die Methode, die nach dem Vorgang aufgerufen werden soll.
identifier
System.String
Dieser string wird in IFrameworkGeoLocationInfo dem Callback übergeben. Wird dieselbe Callback-Methode für verschiedene Standortbestimmungen in einem Form verwendet, dann können diese mithlife des Identifiers auseinandergehalten werden.
Remarks
Siehe Standortbestimmung