함수 링크 복사

사용자 위치를 한 번 탭(싱글탭) 하였을 때 호출되며 선택한 사용자의 위치 정보를 반환합니다.

- (void) mapView: (KNMapView *_Nonnull) aMapView
onSingleTappedWithUserLocation: (KNMapUserLocation*_Nonnull) aUserLocation

aMapView
KNMapUserLocation이 동록된 맵 뷰
aUserLocation
선택된 자차 아이콘

사용자 위치를 두 번 탭(더블탭) 하였을 때 호출되며 선택한 사용자의 위치 정보를 반환합니다.

- (void) mapView: (KNMapView *_Nonnull) aMapView
onDoubleTappedWithUserLocation: (KNMapUserLocation*_Nonnull) aUserLocation

aMapView
KNMapUserLocation이 동록된 맵 뷰
aUserLocation
선택된 자차 아이콘

사용자 위치를 길게 눌렀을 때(롱탭) 호출되며 선택한 사용자의 위치 정보를 반환합니다.

- (void) mapView: (KNMapView *_Nonnull) aMapView
onLongPressedWithUserLocation: (KNMapUserLocation*_Nonnull) aUserLocation

aMapView
KNMapUserLocation이 동록된 맵 뷰
aUserLocation
선택된 자차 아이콘

지도에서 사용자 위치의 애니메이션 동작이 끝나는 시점에 호출됩니다.

- (void) mapView: (KNMapView *_Nonnull) aMapView
userLocationAnimationEnded: (KNMapUserLocation*_Nonnull) aUserLocation

aMapView
KNMapUserLocation이 동록된 맵 뷰
aUserLocation
선택된 자차 아이콘