Mac OS X Reference Library Apple Developer
Search

PositionError

Module:
core
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Member Data

code
message
PERMISSION_DENIED
POSITION_UNAVAILABLE
TIMEOUT

code



readonly attribute unsigned short code; 

message



readonly attribute DOMString message; 

PERMISSION_DENIED



const unsigned short PERMISSION_DENIED = 1; 

POSITION_UNAVAILABLE



const unsigned short POSITION_UNAVAILABLE = 2; 

TIMEOUT



const unsigned short TIMEOUT = 3; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27