GMSPlaceAddressDescriptor
@interface GMSPlaceAddressDescriptor : NSObjectA relational description of a location.
Includes a ranked set of nearby landmarks and precise containing areas and their relationship to the target location.
-
A ranked list of nearby landmarks.
The most recognizable and nearby landmarks are ranked first.
Declaration
Swift
var landmarks: [GMSPlaceLandmark] { get }Objective-C
@property (nonatomic, readonly, nonnull) NSArray<GMSPlaceLandmark *> *landmarks; -
A ranked list of containing or adjacent areas.
The most recognizable and precise areas are ranked first.
Declaration
Swift
var areas: [GMSPlaceArea] { get }Objective-C
@property (nonatomic, readonly, nonnull) NSArray<GMSPlaceArea *> *areas; -
Unavailable
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE;