CircleMarker<R extends Object> class
Immutable marker options for CircleMarker. Circle markers are a more simple and performant way to draw markers as the regular Marker
- Annotations
Constructors
- CircleMarker.new({required LatLng point, required double radius, Key? key, bool useRadiusInMeter = false, Color color = const Color(0xFF00FF00), double borderStrokeWidth = 0.0, Color borderColor = const Color(0xFFFFFF00), R? hitValue})
-
Constructor to create a new CircleMarker object
const
Properties
- borderColor → Color
-
The color of the circle border line. Needs borderStrokeWidth to be > 0
to be visible.
final
- borderStrokeWidth → double
-
The stroke width for the circle border. Defaults to 0 (no border)
final
- color → Color
-
The color of the circle area.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hitValue → R?
-
Value to notify layer's
hitNotifier
with (such as PolygonLayer.hitNotifier)final - key → Key?
-
An optional Key for the CircleMarker.
This key is not used internally.
final
- point → LatLng
-
The center coordinates of the circle
final
- radius → double
-
The radius of the circle
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- useRadiusInMeter → bool
-
Set to true if the radius should use the unit meters.
final
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