Representation Class Reference
- Last UpdatedMay 28, 2025
- 1 minute read
public class Representation : MapItemRepresentation
Base class to represent the visual appearance of a MapPolyline
.
-
Thrown when a problem occurs while trying to create
MapPolyline.Representation
.Declaration
Swift
public typealias InstantiationError = InstantiationErrorCode
-
Describes a reason for failing to create a
See moreMapPolyline.Representation
.Declaration
Swift
public enum InstantiationErrorCode : UInt32, CaseIterable, Codable
extension MapPolyline.Representation.InstantiationErrorCode : Error