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
nameThe name of the
TomTomMapDisplay/Circle.originThe coordinate of the center of the
TomTomMapDisplay/Circle.radiusThe
Range‘s radius. 
        
 
          TomTom SDK for iOS (0.40.0)
        
          NamedCircle