Circle class Navigation View Map View

Circle that has beed added to map.

Annotations

Constructors

Circle({required String circleId, required CircleOptions options})
Construct Circle.
const

Properties

circleId String
Identifies circle.
final
hashCode int
The hash code for this object.
no setteroverride
options CircleOptions
Options for circle.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({required CircleOptions options}) Circle
Create copy of Circle with the specified options.
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.
override