OSAnnotationView Class Reference
| Inherits from | UIView |
| Declared in | OSAnnotationView.h |
Tasks
-
annotationproperty -
canShowCalloutDefaults to
propertyfalse. -
calloutOffsetproperty -
centerOffsetproperty -
draggableproperty -
enabledDefaults to
propertyYES. -
imageproperty -
highlightedproperty -
leftCalloutAccessoryViewproperty -
rightCalloutAccessoryViewproperty -
selectedproperty -
dragStateproperty -
reuseIdentifierproperty -
– initWithAnnotation:reuseIdentifier: -
– prepareForReuse -
– setDragState:animated:Override this to support animations while dragging. Classes which override this should super-call.
-
– setSelected:animated:
Properties
canShowCallout
Defaults to false.
@property (nonatomic, assign) bool canShowCalloutDeclared In
OSAnnotationView.hInstance Methods
initWithAnnotation:reuseIdentifier:
- (id)initWithAnnotation:(id<OSAnnotation>)annotation reuseIdentifier:(NSString *)reuseIdentifier