INMAPAREA ( CDLAT ; CDLONG )
Current location is inside the area of a rectangle on a map
Average rating: 5.0 (1 vote) Log in to vote
Payit4ward - Show more from this author |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Current location is inside a rectangle area on a map
Purpose of function: IS A LAT AND LONG POINT INSIDE A RECTANGLE AREA ON A MAP?
CDLAT = CURRENT LOCATION LATITUDE
CDLONG = CURRENT LOCATION LONGITUDE
THIS FUNCTION USES THE DECIMAL REPRESENTATION OF LAT AND LONG
EG. INMAPAREA(-23.453245 , 119.53453)
THIS FUNCTION WILL GIVE A " 0 " OR " 1" AS THE RESULT
0 = NOT INSIDE RECTANGLE
1= YES INSIDE RECTANGLE
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.