Show / Hide Table of Contents

    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 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 Action<IFrameworkGeoLocationInfo>

    Die Methode, die nach dem Vorgang aufgerufen werden soll.

    identifier 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

    Back to top Generated by DocFX