top of page

GeoSpatial Validator

The GeoSpatial Validator is a flexible Lightning Web Component (LWC) designed to validate user-entered addresses against location rules like country, state, postal code, and geographic boundaries. Whether used in standalone forms or embedded inside parent LWCs, it helps enforce service areas and reduce invalid entries — all with minimal code.

GeoValidatorGif.gif

Key Features

Multi-Level Validation

Restrict addresses by country, state, postal code, and geofence (latitude/longitude).

Dual Configuration Options

Easily configure using either design attributes or custom metadata.

Map Support

Optionally show a map when a valid address is selected

bottom of page