Interface LocationSource

All Known Implementing Classes:
FusedLocationSource

public interface LocationSource
지도에 위치를 제공해주는 인터페이스. LocationTrackingMode, 현위치 컨트롤 등 위치 추적 기능을 사용하려면 NaverMap.setLocationSource(LocationSource)를 호출해 이 인터페이스에 대한 인스턴스를 지정해야 합니다.
See Also: