Inherits from OSPlacemark : NSObject
Declared in OSRoad.h

Overview

OSRoad class encapsulates the lookup result of a road in the roads database

Locality and settlement are metadata and are not guaranteed to be present in the gazetteer.

@property roadName the name of the road, for example “High Street”. Nil if the road has no name. @property roadClassifier the classification of the road, for example “A127”. Nil if the road is unclassified @property settlement Town in which the centre of the object falls. @property locality 1990 boundaries description for the point at the centre of the object

Tasks

Properties

locality

@property (nonatomic, readonly, copy) NSString *locality

roadClassifier

@property (nonatomic, readonly, copy) NSString *roadClassifier

roadName

@property (nonatomic, readonly, copy) NSString *roadName

settlement

@property (nonatomic, readonly, copy) NSString *settlement