MMKSearchBusinessObjectMetadata
Warning
This feature is available in the Full MapKit SDK version
|
class MMKSearchBusinessObjectMetadata : NSObject, MMKBaseMetadata |
Extended information about company.
Summary
Class methods
|
 init(oid: String, |
Properties
|
var oid: String { get } |
|
var name: String { get } |
|
var address: MMKSearchAddress { get } |
|
var categories: [MMKSearchCategory] { get } |
|
var phones: [MMKSearchPhone] { get } |
|
var workingHours: MMKSearchWorkingHours? { get } |
|
var precision: NSNumber? { get } |
|
var features: [MMKSearchFeature] { get } |
|
var importantFeatures: MMKSearchFeatureSet? { get } |
|
var links: [MMKSearchLink] { get } |
|
var distance: MMKLocalizedValue? { get } |
|
var chains: [MMKSearchChain] { get } |
|
var closed: NSNumber? { get } |
|
var unreliable: NSNumber? { get } |
|
var seoname: String? { get } |
|
var shortName: String? { get } |
|
var properties: MMKSearchProperties? { get } |
|
var featureGroups: [MMKSearchFeatureGroup] { get } |
|
var indoorLevel: String? { get } |
Class methods
init(oid:name:address:categories:phones:workingHours:precision:features:importantFeatures:links:distance:chains:closed:unreliable:seoname:shortName:properties:featureGroups:indoorLevel:)
|
 init(oid: String, |
Properties
oid
|
var oid: String { get } |
Permanent company id.
name
|
var name: String { get } |
Company name.
address
|
var address: MMKSearchAddress { get } |
Company address.
categories
|
var categories: [MMKSearchCategory] { get } |
List of categories associated with the company.
phones
|
var phones: [MMKSearchPhone] { get } |
List of phone numbers for the company.
workingHours
|
var workingHours: MMKSearchWorkingHours? { get } |
Open hours for the company.
Optional field, can be nil.
precision
|
var precision: NSNumber? { get } |
Address precision for the company.
Optional field, can be nil.
features
|
var features: [MMKSearchFeature] { get } |
List of features for the company.
importantFeatures
|
var importantFeatures: MMKSearchFeatureSet? { get } |
Collection of features that probably are of utmost interest to the user.
Optional field, can be nil.
links
|
var links: [MMKSearchLink] { get } |
List of links for the company.
distance
|
var distance: MMKLocalizedValue? { get } |
Optional distance to the company from geometry provided in request.
Optional field, can be nil.
chains
|
var chains: [MMKSearchChain] { get } |
List of chains associated with the company.
closed
|
var closed: NSNumber? { get } |
Company status, present if it is closed.
Optional field, can be nil.
unreliable
|
var unreliable: NSNumber? { get } |
If true, company information is not reliable.
Optional field, can be nil.
seoname
|
var seoname: String? { get } |
Technical field for SEO (transliterated and simplified company name).
Optional field, can be nil.
shortName
|
var shortName: String? { get } |
Short company name.
Optional field, can be nil.
properties
|
var properties: MMKSearchProperties? { get } |
Additional company properties.
Optional field, can be nil.
featureGroups
|
var featureGroups: [MMKSearchFeatureGroup] { get } |
List of feature groups for the company.
indoorLevel
|
var indoorLevel: String? { get } |
Indoor level id (obsolete).
Optional field, can be nil.