Representation of a Custom Place.
More...
#import <SYIndividualPlaces.h>
|
((unavailable("Use init with parameters instead.") | + __attribute__ |
|
Representation of a Custom Place.
◆ initWithId:countryIso:category:nameRecords:location:entryLocation:
- (nonnull instancetype) initWithId: |
|
(nonnull NSString *) |
placeId |
countryIso: |
|
(nonnull NSString *) |
countryIso |
category: |
|
(nonnull NSString *) |
category |
nameRecords: |
|
(nonnull NSArray< SYIndividualPlaceNameRecord * > *) |
nameRecords |
location: |
|
(nonnull SYGeoCoordinate *) |
location |
entryLocation: |
|
(nullable SYGeoCoordinate *) |
entryLocation |
|
|
| |
◆ __attribute__ [1/2]
- ((unavailable("Use init with parameters instead.") __attribute__ |
|
|
|
◆ __attribute__ [2/2]
+ ((unavailable("Use init with parameters instead.") __attribute__ |
|
|
|
◆ placeId
Identifier of the place. Must be unique with respect to other Individual Places.
◆ countryIso
Country ISO 3166-2 code of the country or region the place is located in. For example: "sk", "it-02", etc.
◆ category
Name of the category, used for visualization purposes. It's recommended to use SYPlaceCategory values. In order to use any other value, You are required to provide correct skin definition to the SYMapView.
◆ nameRecords
Name records of the POI, used for multiple language support.
◆ location
Location of POI. Determines where pin on map will be placed.
◆ entryLocation
Entry location of POI (Optional).
The documentation for this class was generated from the following file: