WRLDPoiSearchResult Class Reference

The data for a single POI, returned by a POI search.

@property id

@property (nonatomic) int id

A unique ID for this POI.

@property title

@property (nonatomic, copy) NSString *title

The title text for this POI.

@property subtitle

@property (nonatomic, copy) NSString *subtitle

The subtitle text for this POI.

@property tags

@property (nonatomic, copy) NSString *tags

A tag, or a space-separated list of tags, for this POI.

@property latLng

@property (nonatomic) CLLocationCoordinate2D latLng

The geographic location of this POI.

@property heightOffset

@property (nonatomic) double heightOffset

The distance from the ground, in meters, of this POI.

@property indoor

@property (nonatomic) BOOL indoor

Whether this POI is indoors or not.

@property indoorMapId

@property (nonatomic, copy) NSString *indoorMapId

The ID of the indoor map this POI is inside. If the POI is outdoors, this is an empty string.

@property indoorMapFloorId

@property (nonatomic) int indoorMapFloorId

The floor number that this POI is on. If the POI is outdoors, this defaults to 0.

@property userData

@property (nonatomic, copy) NSString *userData

Arbitrary JSON user data. This can be empty, or can be any JSON data this POI has associated.

v0.0.1600