- The platform determines site locations using the Google Maps API, like how locations are shown directly in Google Maps.
- Even if a postal code is not provided, the system can accurately identify and geo-pin a location using other address details such as:
- Street address
- City
- Country
- When an address search returns multiple possible geo-locations (for example, when the same street is linked to more than one postal code), the system automatically selects the most accurate location using Google’s location accuracy hierarchy:
- ROOFTOP – Exact location of the address (highest accuracy)
- RANGE_INTERPOLATED – Estimated position along a street range
- GEOMETRIC_CENTER – Center point of a street, locality, or area
- APPROXIMATE – General area match (lowest accuracy)
- If more than one result exists within the same highest-accuracy category (for example, multiple ROOFTOP matches), the system selects the first valid result returned by Google Maps.
- This logic ensures:
- Accurate geo-pinning even when multiple postal codes exist
- Consistent location identification without relying solely on postal codes
- Behavior aligned with how Google Maps does address searches
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article