We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
For Range Visualisation:
GET /range?startlat=<lat>&startlng=<lng>&range=<rangeinmetres>
Query Parameters:
Example: GET /range?startlat= 48.191202&startlng=11.412721&range=50700
GET /range?startlat= 48.191202&startlng=11.412721&range=50700
Response JSON Object
Example:
{ "from": { "latitude": 48.191202, "longitude": 11.412721 }, "range": 50700, "rangeVertices": [ { "latitude":43.7474286, "longitude":7.437882 }, { "latitude":43.747432136, "longitude":7.43323232 }, { "latitude":43.747432436, "longitude":7.43323232 }, { "latitude":43.7423432136, "longitude":7.43323232 } }
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: