Table of Contents

Class GeolocationManager

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

Constructors

GeolocationManager(params ConstructArgument[])

public GeolocationManager(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

GeolocationManager(GeolocationManagerHandle)

public GeolocationManager(GeolocationManagerHandle handle)

Parameters

handle GeolocationManagerHandle

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>