GeoBlazor Pro


layout: pro title: GeoLocationOptions parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components.Widgets

GeoLocationOptions Class

W3 GeoLocation Spec

public class GeoLocationOptions

Inheritance System.Object 🡒 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>