HeatmapTileOption class

TileOverlay创建参数

Annotations

Constructors

HeatmapTileOption({required List<LatLng> coordinateList, RadialGradient? gradient})

Properties

coordinateList List<LatLng>
中心点经纬度
final
gradient RadialGradient?
热力图渐变色配置
final
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
toString() String
A string representation of this object.
override

Operators

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