顶级Flutter地理位置工具包 ------------------------------ 下面是提供地图和地理位置工具的Dart和Flutter包的完整列表。
flutter_map_math
31
map related calculations in one place. like finding distance, mid point, bearing angle of two points.and finding destination point.also convert degrees to radians and vice-versa
geofence_foreground_service
27
A flutter project that creates a foreground service to handle geofencing.
animated_marker
26
The animated marker widget is a dart class that animates the movement of markers on a google map.
flutter_image_map
26
image map, create areas with customizable colors on an image and response to clicking/touching. just like what we have in html.
lat_lng_to_timezone
25
lat/long to timezone mapper in dart. does not require web services or data files
flutter_map_geojson
25
This package parses geojson formatted spatial data and creates arrays of flutter map objects using default or custom defined create functions.
wkt_parser
2
Wkt-parser 是 proj4js/wkt-parser 的 Dart 版本。使用 wkt-parser 可以将 OGC、ESRI 的 WKT 投影字符串解析为 proj4dart 可以使用的 json 格式。