How to use maps with React Native part 2

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

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

  • @krisden7122
    @krisden7122 4 года назад

    Damn this is cool! I search it and I found your video and this is what I need for my project, keep it up man!
    And Thanks for sharing your knowledge to us!

  • @nerfgod314
    @nerfgod314 4 года назад

    Thanks for sharing! this was super helpful. :)

  • @mahammadnadariya5897
    @mahammadnadariya5897 2 года назад

    Hey Loi Train , How to change Color of route, location to first point and point to destination

  • @shubhamsingh267
    @shubhamsingh267 5 лет назад +2

    i have a question do the app navigate us to marker point ?

  • @leolima8585
    @leolima8585 4 года назад

    Hello.
    What types of libraries to use, in situations:
    I have a single inputText on the screen, and 6 hidden inputsText, I type the first address, the counter makes the sum of the distance from where I am and where I am going, I have 5 routes to type from different addresses, each route with a different distance from the starting point ,
    route a = 7 km with U $ 7;
    route b = 5 km + route a (7km) = U $ 12;
    route c = 2km + route a (7km) + rotate b (5km) = U $ 14;
    Route d = 3 km + route a (7km) + rotate b (5km) + route c (2km) = U $ 17;
    Route e = 1 km + route a (7km) + rotate b (5km) + route c (2km) + route d (3 km) = U $ 18
    route f = 3km + route a (7km) + rotate b (5km) + route c (2km) + route d (3km) + route e (1km) = U $ 21.
    And in the consultation I regret it, as I exclude the routes I want, the total amount and the distance will decrease
    Would it be a good way to start understanding map componentization?

  • @sallumeeya7300
    @sallumeeya7300 5 лет назад +1

    Is there any way I can run this without expo or remove the expo functionalities and still run it and get the same results with just react-native-maps?

  • @leolima8585
    @leolima8585 4 года назад

    Please
    And how to do for adb little or a lot of journeys, like it starts with two text inputs, then the person clicks on a cross icon, and a third text input appears, and as the user creates new routes, he calculates new distance, if the user mix long paths in front and short paths later, how to make the map use an intelligent matrix and organize the route to start first the routes closest to the origin, the originated order? what would this javascript look like in react native?

  • @ibrahimacanada
    @ibrahimacanada 2 года назад

    Very cool

  • @cobanali978
    @cobanali978 4 года назад

    How can I constantly update distance and time while streaming live?

  • @dmitryborisov5094
    @dmitryborisov5094 5 лет назад +1

    Hi Loi Tran, thank you for this video! I see that the estimated time is without traffic. Do you know how to calculate it with TrafficModel?

    • @primetimetran
      @primetimetran  5 лет назад

      Im thinking that there is an additional parameter in the request to ask for this information. We'd need to study the documentation from Google

  • @learnforever1801
    @learnforever1801 4 года назад

    Thanks from VietNam

  • @nguyencanh1651
    @nguyencanh1651 4 года назад

    why you not use library react-native-maps-directions

  • @franciscoisuarez6556
    @franciscoisuarez6556 5 лет назад

    Hello, I have this error could you help me?
    TypeError: undefined is not an object (evaluating 'respJson.routes [0] .overview_polyline')

    • @hessaa1712
      @hessaa1712 5 лет назад

      you dont have API key permission .-. that why you cant get informations