Declaration

var coordinates: [String : NSNumber] { get set }

Declaration

@property (nonatomic, strong) NSDictionary<NSString *,NSNumber *> * coordinates;

Declaration

coordinates() -> dict[str, NSNumber]
setCoordinates_(coordinates: dict[str, NSNumber])

Discussion

Returns an empty dictionary when the layer has no coordinates. Setting an empty dictionary removes the coordinates, so the layer is no longer an Intermediate layer.

See Also

Intermediate Layers