Directions between Two-point location in mapbox-gl - React Native?
问题 I have two point i get it from database and i want to render a line From start point to end point what I got is the Straight line in two points without consideration the routes and directions on the maps So how can i handle it to take a look for routes and Directions on the map? here's what i got here's what i expect here is my code import MapboxGL from '@react-native-mapbox-gl/maps'; import React, {Component} from 'react'; import {PermissionsAndroid, StyleSheet, View} from 'react-native';