GIS request status in request observer's RequestUpdate method.
More...
GIS request status in request observer's RequestUpdate method.
◆ GIS_ABORT_BY_API
final int GIS_ABORT_BY_API = 6 |
|
static |
◆ GIS_ABORT_OF_ZOOM_MODE
final int GIS_ABORT_OF_ZOOM_MODE = 3 |
|
static |
Aborted due to the abort of the ZoomTo request by the application.
◆ GIS_ABORT_ON_GIS_CHANGE
final int GIS_ABORT_ON_GIS_CHANGE = 1 |
|
static |
Aborted due to GIS object parameters change.
◆ GIS_ABORT_ON_LOAD_ERROR
final int GIS_ABORT_ON_LOAD_ERROR = 4 |
|
static |
Aborted due to the map image generation errors.
◆ GIS_ABORT_ON_NEW_REQUEST
final int GIS_ABORT_ON_NEW_REQUEST = 2 |
|
static |
Aborted due to new request being issued.
◆ GIS_ABORT_ON_RESET
final int GIS_ABORT_ON_RESET = 5 |
|
static |
Aborted due to a reset of the GIS object.
◆ GIS_REQUEST_READY
final int GIS_REQUEST_READY = 7 |
|
static |