LocationOverlay class

위치 오버레이

위치 오버레이는 사용자의 위치를 나타내는 데 특화된 오버레이이로, 지도상에 단 하나만 존재합니다. 사용자가 바라보는 방향을 손쉽게 지정할 수 있고 그림자, 강조용 원도 나타낼 수 있습니다.

Constructors

LocationOverlay(NaverMapController controller)
해당 객체를 참조하기 위햐서 NaverMapController의 맵버변수를 참조하거나, NaverMapController객체를 인자로 넘겨서 새롭게 생성하여 참조한다.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBearing(double bearing) Future<void>
setBearing 을 이용하면 위치 오버레이의 베어링을 변경할 수 있습니다. flat이 true인 마커의 andgle속성과 유사하게 아이콘이 지도를 기준으로 회전합니다.
setPosition(LatLng position) Future<void>
위치 오버레이의 좌표를 변경할 수 있습니다. 처음 생성된 위치 오버레이는 카메라의 초기 좌표에 위치해 있습니다.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited