flutter_map_pick_route_sherifammar 0.0.9 flutter_map_pick_route_sherifammar: ^0.0.9 copied to clipboard
measure distance and make route between two points and search location by places
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. 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
Demo #
Getting started #
import 'package:flutter_map_pick_route_sherifammar/flutter_map_pick_route_sherifammar.dart';
Usage #
you are required API key for flutter map
FlutterMapSearchAndPinkRoute(
orsApiKey: "your key of flutter map",
latidedCurrent: 25,
longtideCurrent: 91, // require Api
)