Geolocation Proximity

Component ID

1145616

Component name

Geolocation Proximity

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

10477

Component created

Component changed

Component body

This is a Views distance/proximity filter and field for Geolocation Field.

Drupal 8

For Drupal 8 the functionality of this module is now in Geolocation Field.

Features

  • Views filter that can be used to filter entities (nodes, users, etc.) based on distance from a certain point (defined as lat/lng point). The input widget is very basic at the moment. Patches welcome...
  • Views field to display the calculated distance between the entity and a reference point (can be synced with filters' lat/lng values).
  • User-friendly input widget for exposed filters using Google's reverse geocoder:
    #1415244: User-friendly input widget

Planned features

Dependencies

Installation

Download and enable the module, create a view and add the "distance" filter. You can optionally expose the filter to the user.

Originally developed by twist3r.