MarkerContext class

Constructors

MarkerContext.new(Mappoint mapCenter, int zoomLevel, PixelProjection projection, double rotationRadian, BoundingBox boundingBox)
const

Properties

boundingBox BoundingBox
The bounding box of the current map in lat/lon coordinates
final
hashCode int
The hash code for this object.
no setterinherited
mapCenter Mappoint
The center of the map. Note that this may not be the same as the current mapViewposition because we shift the map on screen according to the position and redraw the map only if we need to.
final
projection PixelProjection
final
rotationRadian double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zoomLevel int
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