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 identifier
Declared In
PWMapPoint.h
floorID
required method
The identifier of the floor this point belongs to.
@property (nonatomic, readonly) NSInteger floorID
Declared In
PWMapPoint.h
buildingID
required method
The identifier of the building this point belongs to.
@property (nonatomic, readonly) NSInteger buildingID
Declared In
PWMapPoint.h
campusID
The identifier of the campus this point belongs to.
@property (nonatomic, readonly) NSInteger campusID
Declared In
PWMapPoint.h
accessible
A flag indicating if it’s an accessible point.
@property (nonatomic, readonly, getter=isAccessible) BOOL accessible
Declared In
PWMapPoint.h
visualImpaired
A flag indicating if the point is friendly to the visually-impaired.
@property (nonatomic, readonly, getter=isVisualImpaired) BOOL visualImpaired
Declared In
PWMapPoint.h
exit
A flag indicating if it’s an exit point.
@property (nonatomic, readonly, getter=isExit) BOOL exit
Declared In
PWMapPoint.h
metaData
Metadata associated with this point.
@property (nonatomic, readonly, nullable) NSDictionary *metaData
Declared In
PWMapPoint.h