PolylineSimplificationError
public enum PolylineSimplificationError : UInt32, CaseIterable, Codable
Error code which specifies, what went wrong during
PolylineSimplifier.simplify(...) operation.
-
The task has been cancelled. For example, when an ongoing task has been cancelled by the user invoking
cancel(...).Declaration
Swift
case cancelled