dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Options

GeoLocationOptions Class

W3 GeoLocation Spec

public class GeoLocationOptions :
System.IEquatable<dymaptic.GeoBlazor.Core.Options.GeoLocationOptions>

Inheritance System.Object 🡒 GeoLocationOptions

Implements System.IEquatable<GeoLocationOptions>

Constructors

GeoLocationOptions() Constructor

public GeoLocationOptions();

Properties

GeoLocationOptions.EnableHighAccuracy Property

The enableHighAccuracy member provides a hint that the application would like to receive the most accurate location data.

public System.Nullable<bool> EnableHighAccuracy { get; set; }

Property Value

System.Nullable<System.Boolean>

GeoLocationOptions.MaximumAge Property

The maximumAge member indicates that the web application is willing to accept a cached position whose age is no greater than the specified time in milliseconds.

public System.Nullable<long> MaximumAge { get; set; }

Property Value

System.Nullable<System.Int64>

GeoLocationOptions.Timeout Property

The timeout member denotes the maximum length of time, expressed in milliseconds, before acquiring a position expires.

public System.Nullable<long> Timeout { get; set; }

Property Value

System.Nullable<System.Int64>