DFMapPosition constructor

DFMapPosition(
  1. int x,
  2. int y
)

Implementation

DFMapPosition(this.x, this.y);