Hi,
I'm new to Processing and trying to map draw some GPS points on the canvas (the extra window which opens when I run a program with a draw method) to learn how this works.
The problem is I don't see how I can convert a GPS coordinate to a Processing one. Say my canvas has a size of 500 x 500 how can I map the GPS coordinate 50.3923, 4.2883 in this Processing canvas?
Thanks!
1