Hi, I need to find out how to know if a given point expressed in
actual latitude and longitude is inside a polygon or circle.  The
polygon/circle is also expressed in actual latitude and longitude:

UL_LON = upper let lon
UL_LAT = upper left lat, etc


(UL_LON, UL_LAT)               (UR_LON, UR_LAT)
+---------------------------------------------+
|                                              |
|                                              |
|                             +               |
|             LON,PT_LAT)             |
|                                              |
|                                              |
+---------------------------------------------+
(LL_LON, LL_LAT)               (LR_LON, LR_LAT)

How do I find out if (PT_LON, PT_LAT) is inside the square ?

Im use MySQL database.

thanks in advance for any tip.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to