The IS_VALID_LOCATION function takes a single GPS location parameter and returns true or false based on whether or not the value of the parameter is a valid location value. If this parameter is a GPS location property type, the definition of that property’s precision attributes will be used as a part of determining the parameters validity. Empty location values are always invalid.
@IS_VALID_LOCATION (Location) | |
---|---|
Location | Required location parameter; contains the GPS location value
to be checked for validity. If the value of this parameter is valid,
the function will return true. If this parameter is a location property
type, the property’s precision attributes will be used to determine
if the value is valid. |
Boolean