Overview

The GeolocationPositionError interface represents the reason of an error occurring when using the geolocating device.

Location

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