I want to know is there any java api available for google map to check particular longitude and latitude within circle.I am not using any android or ios client.I need to do this on backend server. I found there is a way to resolve this issue in android sdk [Check if a latitude and longitude is within a circle ] But I need some reference how to resolve this issue in backend server.
These are the Requirement I want
User Send Location : lat1,lng1
Server circle location : latCenter,lngCenter,radius
What I need was check the user send location inside the google map circle. In google I found this reference [https://github.com/googlemaps/google-maps-services-java] But this is not give any solution to my problem. I want to know Is there any standard api available for google maps or I need to create function to validate the location.