-
Converts the specified map coordinate to a point in the coordinate space of the image.
Declaration
Objective-C
- (NSPoint)pointForCoordinate:(CLLocationCoordinate2D)coordinate;
Swift
func point(for coordinate: CLLocationCoordinate2D) -> NSPoint
-
The image of the map’s content.
Declaration
Objective-C
@property (readonly, nonatomic) NSImage *_Nonnull image;
Swift
var image: NSImage { get }