Dart API Referencedart:htmlPositionError

PositionError Interface

Static Fields

Code final int PERMISSION_DENIED #

static final int PERMISSION_DENIED = 1;

Code final int POSITION_UNAVAILABLE #

static final int POSITION_UNAVAILABLE = 2;

Code final int TIMEOUT #

static final int TIMEOUT = 3;

Fields

Code final int code #

final int code;

Code final String message #

final String message;