KakaoFigure class

This class is used for polygon, ployline

Constructors

KakaoFigure({required List<KakaoLatLng> path, Color strokeColor = Colors.blue, double strokeWeight = 2.0, double strokeColorOpacity = 0.8, Color polygonColor = Colors.lightBlue, double polygonColorOpacity = 0.7, StrokeStyle strokeStyle = StrokeStyle.solid})

Properties

getPath String
This getter is used to make a hex code for the polygon array
no setter
getPolygonColor String
This getter is used to make a hex code for the polygon color
no setter
getStrokeColor String
This getter is used to make a hex code for the stroke color
no setter
hashCode int
The hash code for this object.
no setterinherited
path List<KakaoLatLng>
Add polygon or polyline lat, lng. It must not be null
getter/setter pair
polygonColor Color
Polygon color. Default lightBlue. If you want to change opacity, use polygonColorOpacity
getter/setter pair
polygonColorOpacity double
Polygon color opacity. Default 0.7
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeColor Color
StrokeColor. Default blue. If you want to change opacity, use strokeColorOpacity
getter/setter pair
strokeColorOpacity double
StrokeWeight. Default 0.8
getter/setter pair
strokeStyle StrokeStyle
Stroke style. default is StrokeStyle.solid
getter/setter pair
strokeWeight double
StrokeWeight. Default 2.0
getter/setter pair

Methods

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

Operators

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