I assume that data of type geopoint will be validated to ensure:
- longitude is constrained to +/- 180
- latitude is constrainted to +/- 90
But what if I want to constrain the data to my geographic area by using a minimum bounding rectangle?
Reading the Table Schema constraints, it seems only some constraint/type combinations are valid. Here’s my understanding:
If this is right, it seems that I can’t constrain a geopoint. I know I can work around this but I think minimum and maximum should apply to geopoint.
What do you think?