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