Hi iamgsshetty
First you load the map with loadImage(), then load a small plane image with transparent background.
Than in draw() you use image() to draw map, and after that draw the plane. You can use the map() function to display real distances if you wish.
3 Likes