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
boolconstructArguments
ConstructArgument[]
GeolocationManager(IntPtr, bool)
protected GeolocationManager(IntPtr ptr, bool ownedRef)
Parameters
Fields
EnableHighAccuracyPropertyDefinition
public static readonly Property<bool, GeolocationManager> EnableHighAccuracyPropertyDefinition
Field Value
StartSignal
Signal Descriptor for OnStart.
public static readonly ReturningSignal<GeolocationManager, bool> StartSignal
Field Value
StopSignal
Signal Descriptor for OnStop.
public static readonly Signal<GeolocationManager> StopSignal
Field Value
Properties
EnableHighAccuracy
public bool EnableHighAccuracy { get; }
Property Value
Methods
Failed(string)
[Version("2.26")]
public void Failed(string errorMessage)
Parameters
errorMessage
string
GetEnableHighAccuracy()
[Version("2.26")]
public bool GetEnableHighAccuracy()
Returns
GetGType()
public static Type GetGType()
Returns
UpdatePosition(GeolocationPosition)
[Version("2.26")]
public void UpdatePosition(GeolocationPosition position)
Parameters
position
GeolocationPosition
Events
OnStart
public event ReturningSignalHandler<GeolocationManager, bool> OnStart
Event Type
OnStop
public event SignalHandler<GeolocationManager> OnStop