Package com.inavi.mapsdk.maps
Interface LocationProvider.OnLocationChangedListener
- Enclosing interface:
- LocationProvider
public static interface LocationProvider.OnLocationChangedListener
위치 변경에 대한 리스너 인터페이스.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onLocationChanged
(Location location) 위치가 변경되었을 때 호출되어야 하는 콜백 함수.
-
Method Details
-
onLocationChanged
위치가 변경되었을 때 호출되어야 하는 콜백 함수.- Parameters:
location
- 변경된 위치
-