NMFAttributionChangeDelegate
@protocol NMFAttributionChangeDelegate <NSObject>
지도 데이터 출처 변경에 대한 콜백 프로토콜.
See
`NMFMapView.addAttributionChangeDelegate:See
`NMFMapView.removeAttributionChangeDelegate:-
화면에 보이는 지도 데이터의 출처가 변경되면 호출되는 콜백 메서드.
Declaration
Objective-C
- (void)attributionChanged;
Swift
func attributionChanged()