Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.16 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.16 KB
  • #nearby contains a description about the parser function

Geolocation

Whats Nearby tries to determine the geolocation by first using the HTML5 detection mechanism and if this fails and $GLOBALS['wnbyExternalGeoipService'] is enabled then meta.wikimedia.org/geoiplookup is being pinged to resolve coordinates on behalf of the browser IP address.

If above methods did not return any meaningful response and where the coordinates parameter has been given information then those coordinates are used as default fallback for computing distance queries.

Examples