Baidu Map Correction Interface

Source: Internet
Author: User
Tags base64

Domestic various online maps are based on the surveying standard unified to the latitude of the deviation treatment, and Baidu map on this basis with their own algorithm to do two times correction.

Baidu Map Correction interface is as follows:

http://api.map.baidu.com/ag/coord/convert?from=0&to=4&x=113.540124&y=23.517846

From=0 represents incoming true latitude and longitude

To=4 representative converted to Baidu after correcting the latitude and longitude

Output JSON format:

{"Error": 0, "x": "Mtezlju1mtgwnzmy", "Y": "MjMuNTIxMjMzOTEwNjQ2"}

X, y are corrected after the latitude and longitude values, base64 encoding format, we can be converted into plaintext according to the Base64 code, if it is located on the Baidu map does not need to convert, their API support this format.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.