apache / incubator-weex

Apache Weex (Incubating)
https://weex.apache.org
Apache License 2.0
13.75k stars 1.82k forks source link

[Android][iOS] Call native map #3328

Open githublaohu opened 3 years ago

githublaohu commented 3 years ago

Describe the bug

I want to use the Gaud map in weex. The current plan is two

  1. Introduce the amap component, the feedback is that there are many problems in amap, and I don't know whether it supports the trajectory

  2. Call the native mobile component (activity, window), and switch between weex and native component. How does weex call native components

想在weex中使用高德地图。目前的方案是两个

  1. 引入amap组件,目前得到的回馈是amap问题比较多,不知道是否支持轨迹
  2. 而调用原生移动端组件(activity,window),weex与原生组件进行切换。请问weex如何调用原生组件

Expected behavior

Screenshots

Additional context