INVPoi
Objective-C
@interface INVPoi : NSObject
Swift
class INVPoi : NSObject
지도 POI의 기본 정보를 나타내는 클래스.
-
POI의 명칭.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSString *_Nonnull name;
Swift
var name: String { get }
-
POI의 Id.
Declaration
Objective-C
@property (nonatomic, readonly) int64_t poiId;
Swift
var poiId: Int64 { get }