πŸ”§ Filtering out entries with invalid coordinates

How to update from Smart Map to Google Maps

Follow the instructions below to learn how to update to the new Google Maps plugin...

In the new Google Maps plugin, this option has been renamed from hasCoords to requireCoords.

Other than being renamed, there is no functional difference in behavior.

{# OLD #}
{% set options = {
    'hasCoords': true
} %}

{# NEW #}
{% set options = {
    'requireCoords': true
} %}

New Documentation

See the complete new Proximity Search Options documentation.