MarkerOptions class

Constructors

MarkerOptions.new({NAnimation? animation, required Coord position, NIcon? icon, MarkerShape? shape, String? title, String? cursor, bool? clickable, bool? draggable, bool? visible, int? zIndex, bool? collisionBehavior, NSize? collisionBoxSize})
const

Properties

animation NAnimation?
final
clickable bool?
final
collisionBehavior bool?
final
collisionBoxSize NSize?
final
cursor String?
final
draggable bool?
final
hashCode int
The hash code for this object.
no setterinherited
icon NIcon?
final
position Coord
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape MarkerShape?
final
title String?
final
visible bool?
final
zIndex int?
final

Methods

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

Operators

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