Questions tagged [baidu]

Baidu is a Chinese web services provider that offers APIs for cloud-based storage and application testing, in-app ads, location-based services, analytics, search and others.

The vast majority of Baidu services are offered only in Chinese. Only a few of Baidu's APIs have documentation in English - http://developer.baidu.com/en/index.html

More information about Baidu on Wikipedia.

95 questions
0
votes
1 answer

Authentication Failure error for Baidu Cloud Push API

I am using Baidu Push API to send push notification messages to my device. But I am getting Authentication failure in the response. I tried to contact Baidu support but they just don't reply. Error response: { "request_id": 2727123347, "error_code":…
0
votes
2 answers

How to set Datazoom for all axis on SingleAxis in Baidu's echarts?

Is it possible to set an 'inside' Datazoom for each axis on the SingleAxis chart? I'm using the following example but adding dataZoom object only works for the first axis. https://echarts.apache.org/examples/en/editor.html?c=scatter-single-axis I…
Mr.Castro
  • 45
  • 1
  • 6
0
votes
3 answers

Rounded bars in echarts

Is there are way to make the bars rounded in an ECharts chart such as the example here?
Chris Herring
  • 3,675
  • 3
  • 33
  • 50
0
votes
1 answer

Using Azure Notification Hub with Baidu to send notification to Xamarin Android app

I have developed an Xamarin Android app that successfully do the following things Can register with Baidu Push Can receive notification from Baidu Push Can register with Azure Notification Hub (I can see registration record in the Azure…
0
votes
1 answer

How can I block google from crawling my page, but still let Baidu do it?

I'd like to block only Google from crawling a specific page on my website, but I still want other search engines (Baidu first of all) to crawl it. I have no idea if it's even possible.
Filip Kapusta
  • 155
  • 1
  • 7
0
votes
2 answers

How to handle multiple destination in Baidu Map using URI in Android/IOS

We are integrating Baidu map and wants to show multiple stoppages (destinations) over the map. We have gone through official documentation of Baidu maps(http://lbsyun.baidu.com/index.php?title=uri/api/android) and found a parameter named…
Sapna Sharma
  • 460
  • 7
  • 22
0
votes
1 answer

Do we have Silverlight control for Baidu Map

My current project is bit old one. It has developed in Visual Studio 2008 using silverlight. Currently we have Bing Map in our project. Where it uses bing map control. My problem is now we need to implement this in china and we need to use BAIDU…
Nifal Nizar
  • 895
  • 1
  • 8
  • 17
0
votes
1 answer

how does baidu map api works?

I would like to understand how baidu maps api works ? is it like google maps api where api key can be publicly exposed but it will still work against a registered/whitelisted domain. Can somebody point me to right documentation or help with above
pkm
  • 2,683
  • 2
  • 29
  • 44
0
votes
1 answer

Echarts : How to call custom function on click of title?

I have created a bar graph using Echart JS, how can I make the click of the title bar customized. I have tried using triggerEvent, but it does not work on click of the title, it works only on statistics. JSFiddle var myChart =…
Nagendra Singh
  • 577
  • 1
  • 7
  • 24
0
votes
2 answers

How to change the color of Select Bar in Echart barchart in react

I am using this example of the BarChart in REchart Barchart i want to change to color of select bar on click. I have tried to use the setOptions but it not worked. Please can anyone help to change the color of particular bar on click on it.
CyberAbhay
  • 494
  • 6
  • 17
0
votes
0 answers

How to disable default push notification in baidu

I need to disable default baidu push notification. Instead i will use NotificationCompat builder to show notification. I am having hard time figure it out. I tried all the baidu custom notification builders but there having issue with multi line…
Vissu
  • 11
  • 1
0
votes
2 answers

Map not rendering. Only Grid lines are shown

I am using Baidu Map (SDK Version: 4.5.2) but they the map is not showing. Instead, only grid lines are shown. Code: public class MainApp extends MultiDexApplication { @Override public void onCreate() { super.onCreate(); …
Malwinder Singh
  • 6,644
  • 14
  • 65
  • 103
0
votes
1 answer

UnsatisfiedLinkError while initializing Baidu Map SDK

I am trying to integrate Baidu Map SDK into my Android application. Structure of Libs: It is causing issue in this Code: SDKInitializer.initialize(applicationContext) Error log: 03-27 00:57:26.557 18050-18050/com.emerson.oversight…
Malwinder Singh
  • 6,644
  • 14
  • 65
  • 103
0
votes
0 answers

Baidu Push Notification - ChannelId and UserId is not unique

I am developing ionic mobile application and integrating with Baidu push service. Plugin used : https://www.npmjs.com/package/cordova-plugin-push-baidu When I call startWork plugin method, am getting ChannelId and UserId. Issue : I login with User…
0
votes
1 answer

Move everything from one server to another

I have a DigitalOcean & nginx server with IP address xxx.xx.xx.xx for several years. It has Ubuntu 14.04x64. I just bought a Baidu server with IP address yyy.yy.yy.yy, it has Ubuntu 14.04x64 as well. Now, I can connect to both servers by ssh. I want…
SoftTimur
  • 5,630
  • 38
  • 140
  • 292