Android Question what happen to type Point

Robert Valentino

Well-Known Member
Licensed User
Longtime User
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.

Just wondering

BobVal
 

warwound

Expert
Licensed User
Longtime User
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.
 
Upvote 0
Top