I want to save the locations of some fields and noticed in the Documentation page that we have a Point type. But when I try to use it the compiler does not recognize it as a valid type
I know I can use an array or make my own type. But like Rect we already have a Point why not use it.
If i search the b4a documentation page, the only Point object i see is the Point object from the GoogleMapsExtras library.
I see no native java 2d Point object.