PoiAnimationEffect
@objc
public protocol PoiAnimationEffect
Poi 의 애니메이션 효과 지정 인터페이스
-
애니메이션 종료시 해당 poi를 숨길지 여부
Declaration
Swift
@objc var hideAtStop: Bool { get set }
-
애니메이션 종료시 해당 poi를 제거할지 여부
Declaration
Swift
@objc var removeAtStop: Bool { get set }