Questions tagged [latitude-longitude]

Organizing geographic point data involves recording a latitude and longitude pair for each point, specifying the degree north/south and east/west respectively.

Creating a Geo-Fence (Bounding Box) with PHP based on the Distance from a Specific Set of Coordinates

I'm trying to figure out how to create a bounding box for a Geo-Fence using latitude, longitude, and a given distance. Currently, I have the latitude and longitude of the central point along with the geofence distance. Can someone provide insight in ...

I have the latitude and longitude for both the shop and user, and I am looking to display a list of shops in order based

Currently, I have the latitude and longitude for both my shop and the user. My objective is to display a list of shops that fall within the geographic area between the user's location and the shop's coordinates using Sequelize ORM. Can you provide guidance ...

What is the best way to highlight a specific city on a map by placing a circle around it?

I am currently developing a project that involves creating a circle around the location of an item on a Google Map. In the code snippet below, when the show tab is clicked, it should display a circle around the item's location on the map: <div cla ...