PositionOptions
Overview
The PositionOptions dictionary describes an object containing option properties to pass as a parameter of Geolocation.getCurrentPosition() and Geolocation.watchPosition().
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
enableHighAccuracy
property enableHighAccuracy: Boolean read write;
Boolean enableHighAccuracy { get; set; }
var enableHighAccuracy: Boolean { get{} set{} }
Boolean enableHighAccuracy { __get; __set; }
Property enableHighAccuracy() As Boolean
maximumAge
property maximumAge: Int64 read write;
Int64 maximumAge { get; set; }
var maximumAge: Int64 { get{} set{} }
Int64 maximumAge { __get; __set; }
Property maximumAge() As Int64
timeout
property timeout: Int64 read write;
Int64 timeout { get; set; }
var timeout: Int64 { get{} set{} }
Int64 timeout { __get; __set; }
Property timeout() As Int64