Convert latitude, longitude to MGRS value using below API. API documentation:
URL: https://breb.thinkfoundation.com.bd/api/ll-to-mgrs
Method: GET
Parameter: latitude , longitude
Sample URL: https://breb.thinkfoundation.com.bd/api/ll-to-mgrs?latitude=23.0778&longitude=90.158789 Response:
{
"mgrs": "46Q BL 089 549"
}
0 Comments