Table of Contents

Class GeolocationManager

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class GeolocationManager : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
GeolocationManager
Implements
Inherited Members

Constructors

GeolocationManager(bool, params ConstructArgument[])

protected GeolocationManager(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

GeolocationManager(IntPtr, bool)

protected GeolocationManager(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

EnableHighAccuracyPropertyDefinition

public static readonly Property<bool, GeolocationManager> EnableHighAccuracyPropertyDefinition

Field Value

Property<bool, GeolocationManager>

StartSignal

Signal Descriptor for OnStart.

public static readonly ReturningSignal<GeolocationManager, bool> StartSignal

Field Value

ReturningSignal<GeolocationManager, bool>

StopSignal

Signal Descriptor for OnStop.

public static readonly Signal<GeolocationManager> StopSignal

Field Value

Signal<GeolocationManager>

Properties

EnableHighAccuracy

public bool EnableHighAccuracy { get; }

Property Value

bool

Methods

Failed(string)

[Version("2.26")]
public void Failed(string errorMessage)

Parameters

errorMessage string

GetEnableHighAccuracy()

[Version("2.26")]
public bool GetEnableHighAccuracy()

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

UpdatePosition(GeolocationPosition)

[Version("2.26")]
public void UpdatePosition(GeolocationPosition position)

Parameters

position GeolocationPosition

Events

OnStart

public event ReturningSignalHandler<GeolocationManager, bool> OnStart

Event Type

ReturningSignalHandler<GeolocationManager, bool>

OnStop

public event SignalHandler<GeolocationManager> OnStop

Event Type

SignalHandler<GeolocationManager>