I’m not a developer, but I want to add into my site “geolocation” that it’s connected with the current location of each user so they can only see which places from my collections are near them.
But I want this to be active at all time.
Example:
If a user in the UK, in London at Clapham Junction, I want to be able to show the following:
City: London
Zone: South West
Perimeter Area: 5 miles around Clapham Junction.
So the user will see “The areas I have an office.”
and another user could be in Cambridge at The Fitzwilliam Museum, I want to be able to show the following:
City: Cambridge
Zone: City Center
Perimeter Area: 5 miles around The Fitzwilliam Museum.
So the user will see “The areas I have an office.”
even though I have offices around the UK the user will only see the ones that are close to them by default and will be able to look or filter if they want to look somewhere else.
Hope I have been clear enough and some can help me with this.
Thanks