Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios, macos] Corrected method references in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Dec 14, 2016
1 parent e2d91dc commit f08b8f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions platform/darwin/src/MGLShapeSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,17 @@ extern const MGLShapeSourceOption MGLShapeSourceOptionSimplificationTolerance;
If the receiver was initialized using `-initWithIdentifier:URL:options:`, this
property is set to `nil`. This property is unavailable until the receiver is
passed into `-[MGLStyle addSource]`.
passed into `-[MGLStyle addSource:]`.
*/
@property (nonatomic, nullable) MGLShape *shape;
@property (nonatomic, copy, nullable) MGLShape *shape;

/**
The URL to the GeoJSON document that specifies the contents of the source.
If the receiver was initialized using
`-initWithIdentifier:geoJSONData:options`, this property is set to `nil`.
If the receiver was initialized using `-initWithIdentifier:shape:options:`,
this property is set to `nil`.
*/
@property (nonatomic, nullable) NSURL *URL;
@property (nonatomic, copy, nullable) NSURL *URL;

@end

Expand Down

0 comments on commit f08b8f1

Please sign in to comment.