Interface LocationProvider.OnLocationChangedListener

Enclosing interface:
LocationProvider

public static interface LocationProvider.OnLocationChangedListener
위치 변경에 대한 리스너 인터페이스.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    위치가 변경되었을 때 호출되어야 하는 콜백 함수.
  • Method Details

    • onLocationChanged

      void onLocationChanged(Location location)
      위치가 변경되었을 때 호출되어야 하는 콜백 함수.
      Parameters:
      location - 변경된 위치