MarkerGrid class

////////////////////////////////////////////////////////////////////////// Provides a grid for the given bounding box and stores each marker in its respective cell. When retrieving the markers by cells the user can decide to show the marker itself or a cluster-marker instead of several markers of the same cell.

Constructors

MarkerGrid({required BoundingBox boundingBox})

Properties

boundingBox BoundingBox
final
gridCount int
final
hashCode int
The hash code for this object.
no setterinherited
latDiff double
getter/setter pair
lonDiff double
getter/setter pair
markers Map<int, List<BasicPointMarker>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addMarker(BasicPointMarker marker) → void
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