renderBitmap abstract method

void renderBitmap(
  1. MapCanvas flutterCanvas,
  2. MarkerContext markerContext
)

renders the bitmap portion of this marker. This method is called by render() which also call the render method for the caption

Implementation

void renderBitmap(MapCanvas flutterCanvas, MarkerContext markerContext);