Skip to content

Web software that detects whatever there is a location you chose within the circle you created via the Google Maps API

Notifications You must be signed in to change notification settings

kadocolak/find-markers-in-google-maps-api-circle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find markers in Google Maps API circle detect

What exactly does this do?

Let's say you draw a circle with the radius you want at a location you want on the map. This point is important for you, it could be school, home or something else... You want to know if someone entered and left here, technically speaking, if there was a geofence process. It meets exactly this need.

There is no need for a special library, software or plugin for this. Solved with mathematical formulas, a free resource.

What are the expected results?

Inside or outside. To express this, the option to return a true-false response was chosen.

Would increasing the comma in the latitude, longitude value help me?

Certainly. If there is a mathematical calculation in the location data, whether there is latitude-longitude or not, the frequency of the numbers after the comma is an inevitable option for more accurate and precise calculation of the result.

Why can't we use this for free?

Map images, design and other necessary infrastructures are integrated with processes running on the Google Maps API side and their server. Therefore, it is necessary to have a Console Cloud account with a starting or specific quota. If you do not have an account, to open and become a member;

https://console.cloud.google.com/

About

Web software that detects whatever there is a location you chose within the circle you created via the Google Maps API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published