Warning
This feature is available in the Full MapKit SDK version
MMKSearchPlaceInfo
@interface MMKSearchPlaceInfo : NSObject |
Related place information.
Summary
Class methods
+ (nonnull MMKSearchPlaceInfo *)placeInfoWithName:(nonnull NSString *)name |
Properties
@property (nonatomic, readonly, nonnull) NSString *name; |
@property (nonatomic, readonly, nullable) NSString *uri; |
@property (nonatomic, readonly, nullable) NSString *photoUrlTemplate; |
@property (nonatomic, readonly, nullable) NSString *logId; |
@property (nonatomic, readonly, nullable) MMKPoint *point; |
@property (nonatomic, readonly, nullable) NSString *category; |
@property (nonatomic, readonly, nullable) NSString *shortName; |
@property (nonatomic, readonly, nullable) NSNumber *rating; |
@property (nonatomic, readonly, nullable) MMKSearchWorkingHours *workingHours; |
@property (nonatomic, readonly, nullable) NSString *address; |
@property (nonatomic, readonly, nonnull) NSArray<NSString *> *tag; |
Class methods
placeInfoWithName:uri:photoUrlTemplate:logId:point:category:shortName:rating:workingHours:address:tag:
+ (nonnull MMKSearchPlaceInfo *)placeInfoWithName:(nonnull NSString *)name |
Properties
name
@property (nonatomic, readonly, nonnull) NSString *name; |
Place name.
uri
@property (nonatomic, readonly, nullable) NSString *uri; |
Place URI.
Optional field, can be nil.
photoUrlTemplate
@property (nonatomic, readonly, nullable) NSString *photoUrlTemplate; |
Url template for place photo.
Optional field, can be nil.
logId
@property (nonatomic, readonly, nullable) NSString *logId; |
Server-generated log identifier.
Optional field, can be nil.
point
@property (nonatomic, readonly, nullable) MMKPoint *point; |
Place position.
Optional field, can be nil.
category
@property (nonatomic, readonly, nullable) NSString *category; |
Place category as a string.
Optional field, can be nil.
shortName
@property (nonatomic, readonly, nullable) NSString *shortName; |
Short name for a place.
Optional field, can be nil.
rating
@property (nonatomic, readonly, nullable) NSNumber *rating; |
Place rating as number in 0 to 10 range.
Optional field, can be nil.
workingHours
@property (nonatomic, readonly, nullable) MMKSearchWorkingHours *workingHours; |
Open hours for a place.
Optional field, can be nil.
address
@property (nonatomic, readonly, nullable) NSString *address; |
Formatted address for an organization.
Optional field, can be nil.
tag
@property (nonatomic, readonly, nonnull) NSArray<NSString *> *tag; |
Tags