IsolineRoutingEngine class abstract
Use the IsolineRoutingEngine to calculate a reachable area from a center point.
The calculation is done asynchronously and requires an online connection.
Constructors
- IsolineRoutingEngine()
-
Creates a new instance of this class.
factory
- IsolineRoutingEngine.withConnectionSettings(RoutingConnectionSettings connectionSettings)
-
Creates a new instance of RoutingEngine.
factory
- IsolineRoutingEngine.withSdkEngine(SDKNativeEngine sdkEngine)
-
Creates a new instance of IsolineRoutingEngine.
factory
- IsolineRoutingEngine.withSdkEngineAndConnectionSettings(SDKNativeEngine sdkEngine, RoutingConnectionSettings connectionSettings)
-
Creates a new instance of RoutingEngine.
factory
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
-
calculateIsoline(
Waypoint center, IsolineOptions isolineOptions, CalculateIsolineCallback callback) → TaskHandle - Asynchronously calculates isolines to indicate the reachable area from a center point.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCustomOption(
String name, String? value) → RoutingError? - Sets a custom option for routing backend queries.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited