AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public final class GISConstants
extends Object
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
Author:
AnyLogic North America, LLC https://anylogic.com

Field Summary

Modifier and TypeFieldDescription
static final longDEFAULT_NETWORK_RECOVERY_TIMEOUT 
static final intGEO_SEARCH_CONNECT_TIMEOUT 
static final intROUTE_CONNECT_TIMEOUT 
static final intTILE_CONNECT_TIMEOUT 
static final intTILE_READ_TIMEOUT 

Method Summary

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Details

TILE_CONNECT_TIMEOUT

public static final int TILE_CONNECT_TIMEOUT
See Also:
Constant Field Values

TILE_READ_TIMEOUT

public static final int TILE_READ_TIMEOUT
See Also:
Constant Field Values

GEO_SEARCH_CONNECT_TIMEOUT

public static final int GEO_SEARCH_CONNECT_TIMEOUT
See Also:
Constant Field Values

ROUTE_CONNECT_TIMEOUT

public static final int ROUTE_CONNECT_TIMEOUT
See Also:
Constant Field Values

DEFAULT_NETWORK_RECOVERY_TIMEOUT

public static final long DEFAULT_NETWORK_RECOVERY_TIMEOUT
See Also:
Constant Field Values