PowerUI.GeoPositionError Class Reference

Detailed Description

Geolocation error.

Public Member Functions

 GeoPositionError (ushort c)
 

Public Attributes

const ushort PERMISSION_DENIED =1
 
const ushort POSITION_UNAVAILABLE =2
 
const ushort TIMEOUT =3
 
ushort code
 The error code. More...
 

Properties

string message [get]
 Debugging user friendly message. More...
 

Constructor & Destructor Documentation

PowerUI.GeoPositionError.GeoPositionError ( ushort  c)
inline

Member Data Documentation

ushort PowerUI.GeoPositionError.code

The error code.

const ushort PowerUI.GeoPositionError.PERMISSION_DENIED =1
const ushort PowerUI.GeoPositionError.POSITION_UNAVAILABLE =2
const ushort PowerUI.GeoPositionError.TIMEOUT =3

Property Documentation

string PowerUI.GeoPositionError.message
get

Debugging user friendly message.