Skip to content

mraslamiii/flutter-map-navigation-with-animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Map Example

This project is an example of how to use the Flutter Map library to display a map, add markers, and route between two points. It also uses the OpenStreetMap API to search for a location.

To use the project

  • Clone the repository to your local machine.

  • Open the project in your favorite IDE.

  • Run the project on a device or emulator.

Features :

  • Displays a map with markers for the user's current location and a destination.

  • Allows the user to route between the two points.

  • Uses the OpenStreetMap API to search for a location.

How to use :

  • To display a map, create a MapController object and call the center() and zoom() methods to set the map's center and zoom level.

  • To add a marker, create a Marker object and call the add() method on the MapController object.

  • To route between two points, create a Polyline object and call the add() method on the MapController object.

  • To search for a location, use the search() method on the MapController object.

Additional information

  • The Flutter Map library is a powerful tool for displaying maps in Flutter.

  • The OpenStreetMap API is a free and open-source map data service.

Contributing

Please feel free to contribute to this project by submitting pull requests.

License

This project is licensed under the MIT License.

Contact

If you have any questions or feedback, please contact the author at [genius8020@gmail.com]

Thank you for using this project!

Screenshots

Screenshot (115) Screenshot (114)

Flutter Map Documentation

[https://docs.fleaflet.dev/]

OpenStreetMap API Documentation

[https://nominatim.org/release-docs/develop/api/Search/] [https://openrouteservice.org/]

Dependencies

Flutter Map OpenStreetMap API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages