Baidu Maps
This article may be expanded with text translated from the corresponding article in Chinese. (April 2015) Click [show] for important translation instructions.
|
Type of site | Web mapping |
---|---|
Available in | Chinese |
Owner | Baidu |
URL | Baidu Maps |
Commercial | Yes |
Launched | 2005 |
Current status | Active |
Baidu Maps is a desktop and mobile web mapping service application and technology provided by Baidu, offering satellite imagery, street maps, street view ("Panorama" - zh:百度全景) and indoor view[1] perspectives, as well as functions such as a route planner for traveling by foot, car, or with public transportation. Android and iOS applications are available.
Baidu Maps is available only in the Chinese language and before 2016, it offered maps only of mainland China, Hong Kong, Macau and Taiwan, the rest of the world appearing unexplored.[2] Currently Baidu Maps also offers maps of various other countries.[citation needed] It was reported that more than 150 countries would be supported by the end of 2016.[3] Baidu uses map data supplied by , , Here, and OpenStreetMap.[4]
In 2016, it was reported that Baidu Maps has over 348 million monthly active users.[5]
Countries and territories supported[]
- Mainland China
- Hong Kong
- Macau
Rest of the World[]
- Afghanistan
- Argentina
- Australia
- Belgium
- Bolivia
- Brazil
- Brunei
- Cambodia
- Canada
- Chile
- Colombia
- Cuba
- Ecuador
- Egypt
- Finland
- France
- French Guiana
- Germany
- Guyana
- India
- Indonesia
- Israel
- Italy
- Japan
- Laos
- Malaysia
- Maldives
- Mauritius
- Mexico
- Morocco
- Myanmar
- Nepal
- Netherlands
- New Zealand
- Nicaragua
- Panama
- Philippines
- Portugal
- Russia
- Serbia
- Singapore
- Solomon islands
- South Africa
- South Korea
- Spain
- Sri Lanka
- Suriname
- Switzerland
- Taiwan
- Thailand
- United Arab Emirates
- United States
- Uruguay
- Venezuela
- Vietnam
History[]
- September 2005 - Baidu Maps is released
- 2010 - Baidu adds a unique 3D highly detailed view for select cities, very similar to the computer game SimCity.[6] The images are licensed from digital mapping service Edushi.[7] Cities being currently covered include Beijing, Shanghai, Guangzhou and Shenzhen.
- November 2011 - Baidu launches satellite imagery with much better resolution for the Greater China region than Google Maps[8] City-level only includes Beijing, Shanghai, Guangzhou, Shenzhen, Hong Kong, Macao and other major cities.
- September 3, 2012 - at its annual Baidu World event, Baidu reveals 360-degree digital imagery for select buildings[7]
Coordinate system[]
Baidu Map uses a variant of web Mercator projection for slicing map data into tiles, with distances expressed in degrees. It's associated with an underlying latitude-longitude reference. However, the reference uses the BD-09 coordinate system, which adds further obfuscation to the already obfuscated national standard in China, GCJ-02[9] (which in turn is defined in terms of the de facto standard around the world, WGS 84). Baidu alleges that adopting BD-09 "protects users' privacy".[10]
The Baidu Map API documentation specifies that "real" (WGS-84) GPS coordinates must be converted via a coordinate conversion interface.[11] An HTTP interface, JavaScript API, Android SDK, and iOS SDK are available.
The JavaScript coordinate conversion API is demonstrated online by Baidu, but without any reverse (to GCJ-02) conversion capabilities.[12] Open source implementations in R[13] and various other languages[14] exist, implemented in a manner much like the reverse GCJ-02 algorithm.
BD-09's lat-lon coordinates are derived by scrambling a polar version of GCJ-02 coordinates and adding a fixed offset:[13]
from cmath import polar, rect
from math import sin, cos, pi
# Represent coordinates with complex numbers for simplicity
coords = complex
# baidu assumes x/real: lon; y/imag: lat here.
def gcj_bd(gcj: coords) -> coords:
r, θ = polar(gcj)
r += 2e-5 * sin(gcj.imag * pi * 3000 / 180)
θ += 3e-6 * cos(gcj.real * pi * 3000 / 180)
return rect(r, θ) + (0.0065 + 0.006j)
Street view service[]
The street view service of Baidu Maps was first launched on August 21, 2013.[15] This is a list of cities supported as of March 11, 2015:
Blocking[]
India[]
In June 2020, the Indian Government blocked Baidu Maps as well as 58 other Chinese apps citing national security concerns.[16][17] This came after clashes in the Galwan Valley between the People's Liberation Army Ground Force and the Indian Army.[18]
References[]
- ^ "Indoor view of Chinese restaurant". Baidu Maps. Retrieved 5 April 2015.
- ^ "Why do Baidu and Tencent QQ Map(s) only show China, and blank for the rest of the world?". 5 April 2015.
- ^ "百度地图宣布国际化战略 年底覆盖150个国家". 百度. 2016-04-22. Archived from the original on 2016-08-12. Retrieved 2016-06-26.
- ^ Lee, Mark (6 July 2012). "Apple Shares Google China Map Partner in Win for AutoNavi: Tech". Bloomberg.
- ^ Smith, Craig (June 2, 2021). "Baidu Statistics, User Counts and Facts (2021)". Retrieved December 4, 2021.
- ^ "Baidu beats Google when it comes to mapping". 23 November 2010. Archived from the original on 8 November 2018. Retrieved 5 April 2015.
- ^ a b Millward, Steven (3 September 2012). "Baidu Maps Gets 8-Bit 3D Views, Makes Real Life Feel Like Sim City [Updated]". TechInAsia. Retrieved 5 April 2015.
- ^ Custer, Charlie (6 November 2011). "Baidu Maps Launches Satellite View". TechInAsia. Retrieved 5 April 2015.
- ^ "Frequently Asked Questions". developer.baidu.com/map (in Chinese). Baidu.
- ^ "Baidu LBS Open Platform FAQ". Baidu Developer. Retrieved 2016-12-19.
- ^ "Coordinate Conversion API". developer.baidu.com/map (in Chinese). Baidu.
- ^ "Conversion from GCJ-02 coordinates used by Google Maps in China to BD-09". Baidu Map JavaScript demos (in Chinese).
- ^ a b "A package for geocoding, reverse geocoding and coordinate transformations between WGS-84, GCJ-02 and BD-09 coordinate systems". 15 February 2014.
- ^ Lee, Googol. "Transform coordinates between Earth (WGS-84) and Mars in China (GCJ-02)".
- ^ "百度全景:真实世界 百度地图触手可及".
- ^ "Tiktok pulled from India stores in ban on 59 Chinese apps · TechNode". TechNode. 2020-06-30. Retrieved 2020-08-16.
- ^ Shrivastava, Rahul (June 29, 2020). "Govt bans 59 Chinese apps including TikTok as border tensions simmer in Ladakh". India Today. Retrieved 2020-06-29.
- ^ "India bans 59 mostly Chinese apps amid border crisis". Reuters. 2020-06-29. Retrieved 2020-08-16.
External links[]
- Baidu Maps
- Baidu Map API example plotting markers with WGS-84, GCJ-02 and BD-09 coordinates
- Baidu
- Web mapping
- Internet properties established in 2005
- Street view services