NPolylineOverlay class

선을 나타내는 오버레이입니다.

Inheritance

Constructors

NPolylineOverlay({required String id, required Iterable<NLatLng> coords, Color color = Colors.white, double width = 2, NLineCap lineCap = NLineCap.butt, NLineJoin lineJoin = NLineJoin.miter, Iterable<int> pattern = const []})

Properties

color Color
선 오버레이의 색상을 나타냅니다.
no setter
coords List<NLatLng>
선 오버레이를 구성하는 점들의 위치를 리스트로 나타냅니다.
no setter
globalZIndex int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
info NOverlayInfo
오버레이의 정보를 나타냅니다.
finalinherited
isAdded bool
no setterinherited
isMaxZoomInclusive bool
오버레이의 최대 줌 레벨을 포함해서 보여줄 지를 나타냅니다.
no setterinherited
isMinZoomInclusive bool
오버레이의 최소 줌 레벨을 포함해서 보여줄 지를 나타냅니다.
no setterinherited
isVisible bool
지도에 오버레이를 보여지고 있는지, 숨겨졌는지 나타냅니다. 숨겨지더라도, 오버레이는 지도에 남아있으며, 다시 보이게 할 수 있습니다.
no setterinherited
lineCap NLineCap
선 오버레이의 끝점 모양을 나타냅니다.
no setter
lineJoin NLineJoin
선 오버레이의 연결점 모양을 나타냅니다.
no setter
maxZoom double
오버레이가 보여질 최대 줌 레벨을 나타냅니다.
no setterinherited
minZoom double
오버레이가 보여질 최소 줌 레벨을 나타냅니다.
no setterinherited
pattern List<int>
선 오버래이의 점선 패턴을 나타냅니다.
no setter
payload Map<String, dynamic>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
선 오버레이의 두께를 나타냅니다. 단위는 플러터에서 사용하는 논리픽셀(DP)입니다.
no setter
zIndex int
지도에서 오버레이 종류끼리의 zIndex를 나타냅니다.
no setterinherited

Methods

getBounds() Future<NLatLngBounds>
선 오버레이가 차지하는 영역을 반환합니다.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
performClick() Future<void>
setOnTapListener를 통해 지정된 사용자의 오버레이 터치를 처리하는 함수를 실행합니다.
inherited
removeOnTapListener() → void
오버레이가 사용자에 의해 터치되었을 때 실행할 함수를 제거합니다.
inherited
setColor(Color color) → void
선 오버레이의 색상을 지정합니다.
setCoords(Iterable<NLatLng> coords) → void
선 오버레이를 구성하는 점들의 위치를 리스트로 지정합니다.
setGlobalZIndex(int globalZIndex) → void
지도에서의 zIndex를 지정합니다.
inherited
setIsMaxZoomInclusive(bool isMaxZoomInclusive) → void
오버레이의 최대 줌 레벨을 포함해서 보여줄 지를 지정합니다.
inherited
setIsMinZoomInclusive(bool isMinZoomInclusive) → void
오버레이의 최소 줌 레벨을 포함해서 보여줄 지를 지정합니다.
inherited
setIsVisible(bool isVisible) → void
지도에 오버레이를 보여지고 있는지, 숨겨졌는지 지정합니다. 숨겨지더라도, 오버레이는 지도에 남아있으며, 다시 보이게 할 수 있습니다.
inherited
setLineCap(NLineCap lineCap) → void
선 오버레이의 끝점 모양을 지정합니다.
setLineJoin(NLineJoin lineJoin) → void
선 오버레이의 연결점 모양을 지정합니다.
setMaxZoom(double maxZoom) → void
오버레이가 보여질 최대 줌 레벨을 지정합니다.
inherited
setMinZoom(double minZoom) → void
오버레이가 보여질 최소 줌 레벨을 지정합니다.
inherited
setOnTapListener(dynamic listener(NPolylineOverlay overlay)) → void
오버레이가 사용자에 의해 터치되었을 때 실행할 함수를 지정합니다.
inherited
setPattern(Iterable<int> pattern) → void
선 오버래이의 점선 패턴을 지정합니다.
setWidth(double width) → void
선 오버레이의 두께를 지정합니다. 단위는 플러터에서 사용하는 논리픽셀(DP)입니다.
setZIndex(int zIndex) → void
지도에서 오버레이 종류끼리의 zIndex를 지정합니다.
inherited
toNPayload() → NPayload
toString() String
A string representation of this object.
inherited

Operators

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