draw abstract method

void draw(
  1. Canvas canvas,
  2. double posX,
  3. double posY
)

Draws the IMarker on the given position on the screen with the given Canvas object.

@param canvas @param posX @param posY

Implementation

void draw(Canvas canvas, double posX, double posY);