Convert latitude, longitude to [Military Grid Reference System] MGRS value

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"
}


Post a Comment

0 Comments