OfflineRoutingEngineOptions (API Reference)
Package com.here.sdk.routing
Class OfflineRoutingEngineOptions
java.lang.Object
com.here.sdk.routing.OfflineRoutingEngineOptions
Options to configure offline routing engine.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIn-memory cache limit in bytes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
memoryCacheSizeLimitInBytes
public long memoryCacheSizeLimitInBytesIn-memory cache limit in bytes. If not set, default value of 80 Megabytes is used. It is clamped from 1 Megabyte to 256 Megabytes.
-
-
Constructor Details
-
OfflineRoutingEngineOptions
public OfflineRoutingEngineOptions()Creates a new instance.
-