GeolocationPositionError

Overview

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

Location

Properties


code

 

property code: UInt16 read;

 

UInt16 code { get; }

 

var code: UInt16 { get{} }

 

UInt16 code { __get; }

 

ReadOnly Property code() As UInt16

message

 

property message: String read;

 

String message { get; }

 

var message: String { get{} }

 

String message { __get; }

 

ReadOnly Property message() As String