Interface LocationSource.OnLocationChangedListener

Enclosing interface:
LocationSource

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

    Modifier and Type
    Method
    Description
    void
    onLocationChanged(android.location.Location location)
    위치가 변경되면 호출되어야 하는 콜백 메서드.
  • Method Details

    • onLocationChanged

      @UiThread void onLocationChanged(@Nullable android.location.Location location)
      위치가 변경되면 호출되어야 하는 콜백 메서드.
      Parameters:
      location - 위치.