HCSeriesMaplineDataGeometryOptions class

(Highmaps) For map and mapline series types, the geometry of a point.

Implemented types

Constructors

HCSeriesMaplineDataGeometryOptions({dynamic coordinates, String? type})
const

Properties

coordinates → dynamic
(Highmaps) The geometry coordinates in terms of arrays of [longitude, latitude], or a two dimensional array of the same. The dimensionality must comply with the type.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
(Highmaps) The geometry type. Can be one of LineString, Polygon, MultiLineString or MultiPolygon.
final

Methods

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

Operators

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