PWMapPoint Protocol Reference
| Conforms to | MKAnnotation |
|---|---|
| Declared in | PWMapPoint.h |
identifier
required method
The point identifier as specified by the mapping service.
@property (nonatomic, readonly) NSInteger identifierDeclared In
PWMapPoint.h
floorID
required method
The identifier of the floor this point belongs to.
@property (nonatomic, readonly) NSInteger floorIDDeclared In
PWMapPoint.h
buildingID
required method
The identifier of the building this point belongs to.
@property (nonatomic, readonly) NSInteger buildingIDDeclared In
PWMapPoint.h
campusID
The identifier of the campus this point belongs to.
@property (nonatomic, readonly) NSInteger campusIDDeclared In
PWMapPoint.h
accessible
A flag indicating if it’s an accessible point.
@property (nonatomic, readonly, getter=isAccessible) BOOL accessibleDeclared In
PWMapPoint.h
visualImpaired
A flag indicating if the point is friendly to the visually-impaired.
@property (nonatomic, readonly, getter=isVisualImpaired) BOOL visualImpairedDeclared In
PWMapPoint.h
exit
A flag indicating if it’s an exit point.
@property (nonatomic, readonly, getter=isExit) BOOL exitDeclared In
PWMapPoint.h
metaData
Metadata associated with this point.
@property (nonatomic, readonly, nullable) NSDictionary *metaDataDeclared In
PWMapPoint.h