MarkerCallback class abstract

Constructors

MarkerCallback()

Properties

flutterCanvas → FlutterCanvas
no setter
hashCode int
The hash code for this object.
no setterinherited
mapViewPosition MapViewPosition
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewModel ViewModel
no setter
viewScaleFactor double
The factor to scale down the map. With DisplayModel.deviceScaleFactor one can scale up the view and make it bigger. With this value one can scale down the view and make the resolution of the map better. This comes with the cost of increased tile image sizes and thus increased time for creating the tile-images
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renderPath(MapPath path, MapPaint paint) → void
renderPathText(String caption, LineString lineString, Mappoint origin, MapPaint stroke, MapTextPaint textPaint, double maxTextWidth) → void
toString() String
A string representation of this object.
inherited

Operators

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