Is there a way to develop a two dimensional map with highlighted coordinates in java?
Basically what I am looking to do is to take a picture of a map broken down by x, y coordinates and place a red dot on certain coordinates. For example on a 10 X 10 square I imagine that location A would be at 0,0 and z at 10, 10. If I put in an A I get a red dot at 0,0.
Is this possible?
Basically what I am looking to do is to take a picture of a map broken down by x, y coordinates and place a red dot on certain coordinates. For example on a 10 X 10 square I imagine that location A would be at 0,0 and z at 10, 10. If I put in an A I get a red dot at 0,0.
Is this possible?