map_measuring_tool
A Flutter package for measuring area and perimeter on Google Maps, supporting both metric and imperial units.
Features
- Draw polygons and polylines on Google Maps
- Calculate area and perimeter in multiple units
- Customizable marker icons and colors
- Undo/redo/reset measurement actions
Usage
import 'package:map_measuring_tool/map_measuring_tool.dart';
MapScreen(
customMarkerPath: 'assets/images/custom_marker.png',
customMidMarkerPath: 'assets/images/custom_marker1.png',
)
License
MIT
Libraries
- map_measuring_tool
- A library for the Map Measuring Tool feature.
- models/location_model
- utils/map_utils
- view_models/map_view_model
- views/map_screen
- widgets/perimeter_dialog