Class YMKSearchBusinessObjectMetadata

Extended information about company.

Class Methods

Properties

address

Company address.

advertisement

Optional advertisement info for the company.

categories

List of categories associated with the company.

chains

List of chains associated with the company.

closed

Company status, present if it is closed.

distance

Optional distance to the company from geometry provided in request.

features

List of features for the company.

links

List of links for the company.

name

Company name.

oid

Permanent company id.

phones

List of phone numbers for the company.

precision

Address precision for the company.

properties

Additional company properties.

seoname

Technical field for SEO (transliterated and simplified company name).

shortName

Short company name.

snippet

Main features of company.

unreliable

If true, company information is not reliable.

workingHours

Open hours for the company.

address

Company address.

advertisement

Optional advertisement info for the company.

categories

List of categories associated with the company.

chains

List of chains associated with the company.

closed

Company status, present if it is closed.

distance

Optional distance to the company from geometry provided in request.

features

List of features for the company.

links

List of links for the company.

name

Company name.

oid

Permanent company id.

phones

List of phone numbers for the company.

precision

Address precision for the company.

properties

Additional company properties.

seoname

Technical field for SEO (transliterated and simplified company name).

shortName

Short company name.

snippet

Main features of company.

unreliable

If true, company information is not reliable.

workingHours

Open hours for the company.

Method Detail

Property Detail

address

(assign, readonly) YMKSearchAddress * address

Company address.

advertisement

(assign, readonly) YMKSearchAdvertisement * advertisement

Optional advertisement info for the company.

Optional property, can be null.

categories

(assign, readonly) NSArray< YMKSearchCategory * > * categories

List of categories associated with the company.

chains

(assign, readonly) NSArray< YMKSearchChain * > * chains

List of chains associated with the company.

closed

(assign, readonly) NSNumber * closed

Company status, present if it is closed.

Optional property, can be null.

distance

(assign, readonly) YMKLocalizedValue * distance

Optional distance to the company from geometry provided in request.

Optional property, can be null.

features

(assign, readonly) NSArray< YMKSearchFeature * > * features

List of features for the company.

name

(assign, readonly) NSString * name

Company name.

oid

(assign, readonly) NSString * oid

Permanent company id.

phones

(assign, readonly) NSArray< YMKSearchPhone * > * phones

List of phone numbers for the company.

precision

(assign, readonly) NSNumber * precision

Address precision for the company.

Optional property, can be null.

properties

(assign, readonly) YMKSearchProperties * properties

Additional company properties.

Optional property, can be null.

seoname

(assign, readonly) NSString * seoname

Technical field for SEO (transliterated and simplified company name).

Optional property, can be null.

shortName

(assign, readonly) NSString * shortName

Short company name.

Optional property, can be null.

snippet

(assign, readonly) NSArray< NSNumber * > * snippet

Main features of company.

Indices for 'features' list.

unreliable

(assign, readonly) NSNumber * unreliable

If true, company information is not reliable.

Optional property, can be null.

workingHours

(assign, readonly) YMKSearchWorkingHours * workingHours

Open hours for the company.

Optional property, can be null.