NOverlayCaption class

마커에 텍스트로 부가정보를 나타낼 때 사용할 수 있는 캡션 객체입니다.

캡션의 크기나, 색깔, 캡션의 테두리 색깔, 폭, 보이는 줌 범위를 지정할 수 있습니다.

Constructors

NOverlayCaption({required String text, double textSize = 12.0, Color color = Colors.black, Color haloColor = Colors.white, double minZoom = NaverMapViewOptions.minimumZoom, double maxZoom = NaverMapViewOptions.maximumZoom, double requestWidth = 0})
const

Properties

color Color
캡션 텍스트 색상
final
haloColor Color
캡션 테두리 색상
final
hashCode int
The hash code for this object.
no setterinherited
maxZoom double
캡션이 보이는 최대 줌 레벨
final
minZoom double
캡션이 보이는 최소 줌 레벨
final
payload Map<String, dynamic>
no setterinherited
requestWidth double
개행될 너비를 지정합니다. 단위는 플러터에서 사용하는 것과 동일한 DP(논리픽셀)입니다.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
캡션 텍스트
final
textSize double
캡션 텍스트 사이즈
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toNPayload() → NPayload
toString() String
A string representation of this object.
inherited

Operators

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