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

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ก.ย. 2024

ความคิดเห็น • 25

  • @abdel-khafid
    @abdel-khafid  ปีที่แล้ว

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

  • @berniethepugrealestatetalk3431
    @berniethepugrealestatetalk3431 6 หลายเดือนก่อน +1

    Awesome video Abdel. Love how you explain every step.

    • @abdel-khafid
      @abdel-khafid  6 หลายเดือนก่อน

      I'm glad you found it helpful!

  • @tyronekumz5424
    @tyronekumz5424 ปีที่แล้ว

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

  • @blacktaler
    @blacktaler หลายเดือนก่อน

    You got a new subscriber

  • @cmon2665
    @cmon2665 7 หลายเดือนก่อน +1

    Excellent video thank you..

    • @abdel-khafid
      @abdel-khafid  7 หลายเดือนก่อน

      You're welcome.

  • @MegaOsama99
    @MegaOsama99 ปีที่แล้ว

    Big love ❤ you are one of supermens

  • @LeivasCad
    @LeivasCad 5 หลายเดือนก่อน +1

    Obrigado!!!

  • @naturalma.kristalannm.8730
    @naturalma.kristalannm.8730 หลายเดือนก่อน

    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?

  • @martinoyovo6025
    @martinoyovo6025 ปีที่แล้ว

    Looks great.

  • @GlanceMarloLopez
    @GlanceMarloLopez 2 หลายเดือนก่อน

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

  • @gabrielt6529
    @gabrielt6529 ปีที่แล้ว

    Muchas gracias por el Video

    • @abdel-khafid
      @abdel-khafid  ปีที่แล้ว +1

      De nada mi hermano o hermana.

  • @trunghieule8975
    @trunghieule8975 6 หลายเดือนก่อน

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

  • @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/

  • @mohamedyashik1049
    @mohamedyashik1049 ปีที่แล้ว

    How to integrate offline map in ArcGIS in flutter?

  • @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.