Debug object
Constructors
- Debug()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- isObjectAliveCheckEnabled ↔ bool
-
In enabled checks if an object is alive before calling a method on it.
getter/setter pair
- logCallObjectMethod ↔ bool
-
If enabled prints method object calls JSONs to the console
getter/setter pair
- logCreateObject ↔ bool
-
If enabled prints create object calls JSONs to the console
getter/setter pair
- logLevel ↔ GemLoggingLevel
-
Get log level
getter/setter pair
- logListenerMethod ↔ bool
-
If enabled prints listener messages JSONs to the console
getter/setter pair
Static Methods
-
checkBetterRoute(
) → bool - Initiate a check for a better route.
-
checkTrafficAlongRoutes(
) → bool - Initiate a check for traffic conditions along all routes.
-
cleanupSocialCache(
) → void - Refresh the content store by loading external changes from disk.
-
getAllWeatherConditions(
) → LocationForecast - Retrieve all weather conditions parsed from all available resources.
-
getAppIOInfo(
) → List< MountInfo> - Get app I/O info
-
getDefUrls(
ServiceGroupType svc) → List< String> - Get default URLs for the specified service.
-
getFreeMemory(
) → int - Return system free memory (this will include swap and kernel cache memory)
-
getMapViewMaxZoomRanges(
) → int - Retrieve the maximum zoom ranges allowed on a MapView
-
getMaxUsedMemory(
) → int - Return MaxUsedMemory.
- Retrieve the current navigation location modifiers.
-
getRouteConnections(
Route route) → MarkerCollection - Retrieve connections for a given route as markers.
-
getRoutingAlgoModifiers(
) → Set< RoutingAlgoModifiers> - Retrieve current routing algorithm modifiers.
-
getServiceName(
int id) → String - Retrieve the name of a service given its ID.
-
getServicesIds(
) → List< int> - Retrieve a list of service IDs used within the application.
-
getStyleBuilderUrls(
) → List< String> - Get URLs for the style builder.
-
getTotalMemory(
) → int - Return system total memory
-
getUsedMemory(
) → int - Return memory used by the engine.
-
isMainThread(
) → bool - Check if the current thread is the main thread.
-
isRawPositionTrackerEnabled(
) → bool - Check if raw position tracker is enabled
-
manyToManyPedestrianCalculation(
Coordinates start, Coordinates end) → void - Perform a many-to-many pedestrian routing calculation.
-
oneToOnePedestrianCalculation(
Coordinates start, Coordinates end) → void - Perform a one-to-one pedestrian routing calculation.
-
refreshContentStore(
) → void - Refresh the content store by loading external changes from disk.
-
replayStreamActivityLog(
String path) → GemError - Replay a previously recorded stream activity log.
-
setCustomUrl(
int svc, String url) → void - Get default URLs for the specified service.
- Set modifiers for navigation locations.
-
setRoutingAlgoModifiers(
Set< RoutingAlgoModifiers> modifiers) → void - Set modifiers for the routing algorithm to alter its behavior.
-
timeToBetterRouteSec(
) → int - Get the remaining time until the next check for a better route.
-
timeToCheckTrafficAlongRoutesSec(
) → int - Get the remaining time until the next check for traffic conditions along all routes.
-
updateMaps(
bool force) → GemError - Update maps to the latest version synchronously.