...
|
...
|
@@ -73,7 +73,7 @@ |
|
|
// This is for the QuadTree. Don't mess this up.
|
|
|
@property (nonatomic, assign) RMQuadTreeNode *quadTreeNode;
|
|
|
|
|
|
// This is for filtering non-user annotations.
|
|
|
// This is for filtering framework-provided annotations.
|
|
|
@property (nonatomic, assign) BOOL isUserLocationAnnotation;
|
|
|
|
|
|
+ (id)annotationWithMapView:(RMMapView *)aMapView coordinate:(CLLocationCoordinate2D)aCoordinate andTitle:(NSString *)aTitle;
|
...
|
...
|
|