//////////////////////////////////////////////////////////////////////////
Abstract Marker class for further extensions. This class handles the caption of a marker.
A marker which uses flutter Icons. The size can be set with the fontSize parameter. Currently there is
no way to set the position of the marker (to e.g. above the position) so an icon which is suitable for
being centered should be used.
Holds a collection of markers. Marker could mark a POI (e.g. restaurants)
or ways (e.g. special interest areas). Use this class if you often
access the markers by their item. This is the case if you want to change
the rendering of the marker.
//////////////////////////////////////////////////////////////////////////
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.