amap_search_muka 0.1.0 copy "amap_search_muka: ^0.1.0" to clipboard
amap_search_muka: ^0.1.0 copied to clipboard

高德地图搜索组件

amap_search_muka #

Flutter高德搜索插件

引入方式 #

    amap_location_muka: ^0.0.1

支持 #

  • 关键字检索POI
  • 周边检索POI
  • 输入内容自动提示

AMapSearch

    /// 设置key
    AMapSearch.setApiKey("androidKey", "iosKey");

    /// 隐私
    AMapSearch.updatePrivacyShow(true, true);
    AMapSearch.updatePrivacyAgree(true);


    /// 关键字检索POI [得带上城市 不知道啥原因不带就为空]
    AMapSearch.searchKeyword('广场', city: '成都', page: 1, pageSize: 1);

    /// 周边检索POI
    AMapSearch.searchAround(LatLng(30.68025, 104.080081), types: '火车站', radius: 10000);

    /// 输入内容自动提示
    AMapSearch.fetchInputTips('火车');

1
likes
70
pub points
47%
popularity

Publisher

unverified uploader

高德地图搜索组件

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

amap_core, flutter, flutter_web_plugins, js

More

Packages that depend on amap_search_muka