# amap_flutter_search **Repository Path**: robert-hu/amap_flutter_search ## Basic Information - **Project Name**: amap_flutter_search - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-09-20 - **Last Updated**: 2021-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # amap_flutter_search 基于高德开放平台地图SDK的flutter插件(社区版) # Usage 使用方法 List pois = await AmapFlutterSearch.poiKeywords('keywords', 'city'); AMapReGeocode? regeo = await AmapFlutterSearch.reGoecodeSearch(latitude, longitude); ## Getting Started This project is a starting point for a Flutter [plug-in package](https://flutter.dev/developing-packages/), a specialized package that includes platform-specific implementation code for Android and/or iOS. For help getting started with Flutter, view our [online documentation](https://flutter.dev/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference.