Skip to content

Spicely/amap_search_muka

Repository files navigation

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('火车');

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published