NamedCircle
public struct NamedCircle
Represents a named circle.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Initializes a named circle.
Declaration
Swift
public init(name: String, origin: CLLocationCoordinate2D, radius: Measurement<UnitLength>)
Parameters
name
The name of the
TomTomMapDisplay/Circle
.origin
The coordinate of the center of the
TomTomMapDisplay/Circle
.radius
The
Range
‘s radius.