I want to check if coordinates that I am obtaining using the Location Manager are within a certain region.
How can I create a region out of coordinates on swift? I don't want to draw the layer on the map or anything. I would just need to create it in order to check whether my coordinates are inside or outside of the region
When created, is there a special method to check whether coordinates are inside this region.
Would be great if you could point me in the right direction.