Method GetGeoLocation
- Namespace
- FrameworkSystems.FrameworkControls
- Assembly
- FrameworkSystems.FrameworkControls.dll
GetGeoLocation(Action<IFrameworkGeoLocationInfo>)
Über diese Action wird im Mobile-Client der aktuelle Standort bestimmt.
public void GetGeoLocation(Action<IFrameworkGeoLocationInfo> callback)
Parameters
callback
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.
public void GetGeoLocation(Action<IFrameworkGeoLocationInfo> callback, string identifier)
Parameters
callback
Action<IFrameworkGeoLocationInfo>Die Methode, die nach dem Vorgang aufgerufen werden soll.
identifier
stringDieser 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