Hello,
In our application, we receive instructions to draw several forms (lines, points, circles, polygons, ...) to display directions icons.
The biggest problem is that I have to indicate the coordinates for the drawing of the shapes but there are several resolutions of screens for watches. So I can’t put static coordinates.
Is there a smart algorithm or method to calculate the exact coordinates to draw shapes based on the screen format / size / resolution?
Thanks in advance