flutter_map_pick_route_sherifammar 0.0.6 copy "flutter_map_pick_route_sherifammar: ^0.0.6" to clipboard
flutter_map_pick_route_sherifammar: ^0.0.6 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

Demo #

alt text alt text

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
        )