Instance Method
annotation(at:)objectInAnnotationsAtIndex:objectInAnnotationsAtIndex_
The annotation at an index.
Declaration
func annotation(at idx: UInt) -> GSAnnotation?Declaration
- (GSAnnotation *) objectInAnnotationsAtIndex:(NSUInteger) idx;Declaration
objectInAnnotationsAtIndex_(idx: int) -> GSAnnotationReturn Value
The annotation, or nil if the index is out of bounds.
See Also
Annotations
The annotations stored on the layer.
The number of annotations.