GeolocationPositionError
- Elements Docs »
- API Reference »
- Island RTL »
- Namespaces »
- RemObjects.Elements.WebAssembly.DOM »
- GeolocationPositionError
Overview
The GeolocationPositionError interface represents the reason of an error occurring when using the geolocating device.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
code
property code: UInt16 read;
var code: UInt16 { get{} }
ReadOnly Property code() As UInt16
message
property message: String read;
var message: String { get{} }
String message { __get; }
ReadOnly Property message() As String