flutter_map_pick_route_sherifammar 0.0.1 copy "flutter_map_pick_route_sherifammar: ^0.0.1" to clipboard
flutter_map_pick_route_sherifammar: ^0.0.1 copied to clipboard

search location and make route

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

Getting started

import 'package:flutter_map_pick_route_sherifammar/flutter_map_pick_route_sherifammar.dart';

Usage

FlutterMapSearchAndPinkRoute( center: LatLong(25, 91),// require lat and long ors_ApiKey:"your key of flutter map" )

Then Usage
Now if you press  button, you will get route and distance between two point.