NamedPolygon
public struct NamedPolygon
Represents a named polygon.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Initializes a named polygon.
Declaration
Swift
public init(name: String, boundary: [CLLocationCoordinate2D])Parameters
nameThe name of the Polygon.
boundaryThe coordinates of the points in the
TomTomMapDisplay/Polygon‘s boundary.
TomTom SDK for iOS (0.53.1)
NamedPolygon