flutter_map_search_pick_price_time_distance_route_sherifammar 0.0.7
flutter_map_search_pick_price_time_distance_route_sherifammar: ^0.0.7 copied to clipboard
measure distance, time and price and make route between two points by search location
A flutter place search from two different location , location picker , make route between two points and measure distance(meters) between two point plugin that uses Open Street Map. we can abled to measure time and price of tour between two point on map . it is completely free and easy to use.
Features #
Search location by places Easy to use make route between two points measure distance(meters) between two point change location measure price of tour between two point on map measure time of tour between two point on map
Demo #

Getting started #
import 'flutter_map_search_pick_price_time_distance_route_sherifammar/flutter_map_search_pick_price_time_distance_route_sherifammar.dart';
Usage #
you are required: token from openrouteservice web site , price of meter and speed for meter
FlutterMapSearchPickPriceRoute(
latidedCurrent: 29,// require latitude
orsApiKey: 'your token from openrouteservice web site',
longtideCurrent: 92,// require longitude
pricepermeter: 5,// your price of meter
timepermeter: 10,// time will take for one meter
),