Draw Routes in Flutter using OpenRouteService. (No Google Maps API)

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024

Комментарии • 25

  • @abdel-khafid
    @abdel-khafid  Год назад

    Code source of the project :
    github.com/reussiteforever/Flutter_map_with_OpenRouteService.

  • @berniethepugrealestatetalk3431
    @berniethepugrealestatetalk3431 8 месяцев назад +1

    Awesome video Abdel. Love how you explain every step.

    • @abdel-khafid
      @abdel-khafid  8 месяцев назад

      I'm glad you found it helpful!

  • @LeivasCad
    @LeivasCad 7 месяцев назад +1

    Obrigado!!!

  • @cmon2665
    @cmon2665 9 месяцев назад +1

    Excellent video thank you..

  • @tyronekumz5424
    @tyronekumz5424 Год назад

    Thank you very much. This is exactly what i was looking for

  • @MegaOsama99
    @MegaOsama99 Год назад

    Big love ❤ you are one of supermens

  • @blacktaler
    @blacktaler 3 месяца назад

    You got a new subscriber

  • @martinoyovo6025
    @martinoyovo6025 Год назад

    Looks great.

  • @naturalma.kristalannm.8730
    @naturalma.kristalannm.8730 2 месяца назад

    Been searching through internet whats the best mapping to use to our undergrad capstone. We want to track the user to location through their phone's location/gps and the user can put plot their own route and stops, for reference we want to track the garbage collector truck using the drivers phone location and we're thinking using firebase as a database. Does using flutter a good choice for mapping and is flutter free?

  • @rojeenalkurdi1850
    @rojeenalkurdi1850 Год назад

    great job, but I have a question. here you kept the latlng (static) but how if I wanted to get the latlng from a GPS module (dynamic) for live tracking ?

    • @abdel-khafid
      @abdel-khafid  Год назад +1

      Thank you for your question !
      If you want the coordinaates dynamic, you could get the User current position using the GEOLOCATOR plugin. Then put the position in a StreamBuilder widget so the coordinates could be updated continuously. Give it a try and let me know here eventually : www.linkedin.com/in/reussiteforever/

  • @GlanceMarloLopez
    @GlanceMarloLopez 4 месяца назад

    is it possible to get the elevation data of the route? If so, how?

  • @gabrielt6529
    @gabrielt6529 Год назад

    Muchas gracias por el Video

  • @mohamedyashik1049
    @mohamedyashik1049 Год назад

    How to integrate offline map in ArcGIS in flutter?

  • @trunghieule8975
    @trunghieule8975 8 месяцев назад

    why i get this error: pls help me
    Unhandled Exception: type '_Map' is not a subtype of type 'List'

  • @ridasyed5087
    @ridasyed5087 Год назад

    Hey i want to track location of driver through my app and at a time i want to check location of restraunt and driver .........is it possible with this?

    • @abdel-khafid
      @abdel-khafid  Год назад

      hi.
      yes It is possible with it. And if you want to get the current position of a user, you can use the GEOLOCATOR plugin.

  • @ridasyed5087
    @ridasyed5087 Год назад

    How could I change language of map?

    • @abdel-khafid
      @abdel-khafid  Год назад

      I did not yet test that out !
      but a quick solution should be trying to choose an OpenStreetMap Tile provider for the expected language.