ServiceAreaPolyline class final

A class that describes the single service area polyline.

The service area polyline stores the resultant service area polyline, which the represents the network edges that can be reached within the given impedance.

Implemented types

Properties

fromNetworkLocation NetworkLocation?
Network location where the polyline begins.
no setter
geometry Polyline
Service area polyline's geometry.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toNetworkLocation NetworkLocation?
Network location where the polyline ends.
no setter

Methods

getFromCumulativeCost({required String attributeName}) double
Gets the cumulative cost for the beginning of polyline.
getToCumulativeCost({required String attributeName}) double
Gets the cumulative cost for the end of polyline.
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