Questions tagged [baidu-map]

37 questions
0
votes
1 answer

UIGestureRecognizer on Map results on Map cannot be moved?

I am trying to detect when user starts and stops dragging on mapview with this following code: - (void)viewDidLoad { UIPanGestureRecognizer* panRec = [[UIPanGestureRecognizer alloc] initWithTarget:self action:@selector(didDragMap:)]; [panRec…
Rendy
  • 5,572
  • 15
  • 52
  • 95
0
votes
2 answers

how to set marker at my current location and change camera position in Baidu Map (objective c)

I configure Baidu map in my code using pod 'BaiduMapKit' and display map in view. how to set a marker at my current location in Baidu Map and change camera position also? // now I solve how to set marker but actually my camera location not move. -…
Harshil Kotecha
  • 2,846
  • 4
  • 27
  • 41
0
votes
1 answer

Handle orientation changes in baidu maps

What is the correct way to handle orientation changes in Baidu Maps? There seems to be no getter or setter to get the center and zoom level or the bounds of the currently shown map.
rekire
  • 47,260
  • 30
  • 167
  • 264
0
votes
1 answer

Baidu map integration error in android 6 and above

I have implemented Baidu map in my application and it is working fine in android version below 6 but have problem with above android 6 versions. I have implemented dynamic WRITE_SETTING permission for android 6. If user give permission to app then…
Jaypal Rana
  • 277
  • 1
  • 10
-1
votes
2 answers

How to Implement Map Places autocomplete in Baidu Map for IOS SDK

This is my first time that I am using Baidu API. I am having problem implementing Baidu places auto-complete API in my project. I am using the Baidu developers link to http://lbsyun.baidu.com/index.php?title=iossdk. someone please give me to some…
Harshil Kotecha
  • 2,846
  • 4
  • 27
  • 41
-2
votes
1 answer

Calculate alternative paths in road network

I'm working on an alternative paths finding problem recently and trying to enhance route result's diversity. But there seems to have little material on the internet (or maybe I miss something), what I get is algorithms like remove or add penalty…
Wang Yudong
  • 125
  • 7
-2
votes
1 answer

Show blue location dot in Baidu Maps on iOS

I have an app that has been using Google maps and I want to add Baidu maps. I have added Baidu maps and can get the map to show up and centred on the user's current location but I can't get the blue location dot to show. Does anybody know how to do…
Humanoid
  • 17
  • 2
  • 3
1 2
3