Package com.naver.maps.map
Interface NaverMap.OnLocationChangeListener
- Enclosing class:
- NaverMap
public static interface NaverMap.OnLocationChangeListener
사용자의 위치 변경에 대한 이벤트 리스너 인터페이스. 위치 추적 기능이 활성화되어 있고 사용자의 위치가 변경되면
이벤트가 발생합니다.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onLocationChange
(android.location.Location location) 사용자의 위치가 변경될 경우 호출되는 콜백 메서드.
-
Method Details
-
onLocationChange
@UiThread void onLocationChange(@NonNull android.location.Location location) 사용자의 위치가 변경될 경우 호출되는 콜백 메서드.- Parameters:
location
- 사용자의 위치.
-