-
Describes Individual contour bound and color.
See moreDeclaration
Swift
public struct Definition<Unt> where Unt : Dimension
-
The desired travel times to use for each isochrone contour.
This value will be rounded to minutes.
Declaration
Swift
case byExpectedTravelTimes([Definition<UnitDuration>])
-
The distances to use for each isochrone contour.
Will be rounded to meters.
Declaration
Swift
case byDistances([Definition<UnitLength>])