Daniel
11/19/2022, 6:06 PMBino
11/20/2022, 5:15 AMif (customer.latitude > northWestBounds.latitude && customer.longitude > northWestBounds.longitude)
This comparison needs to take care of the upper-left (NorthWest) and the bottom-right (SouthEast)
There are more complex solutions where the polygon is not rectangularMichael Paus
11/20/2022, 10:40 AMDerek Ellis
11/20/2022, 6:46 PMKonstantin Tskhovrebov
11/20/2022, 9:50 PMDaniel
11/24/2022, 9:39 PMDaniel
11/24/2022, 9:39 PMKonstantin Tskhovrebov
11/24/2022, 10:05 PMKonstantin Tskhovrebov
11/24/2022, 10:06 PM