bramus / react-native-maps-directions

Directions Component for `react-native-maps`
MIT License
1.24k stars 196 forks source link

Unable to draw route over Indoor navigation #226

Open MadhavNimavat opened 3 months ago

MadhavNimavat commented 3 months ago

Unable to draw direction points on an indoor map

<MapViewDirections
        geodesic
        origin={start}
        destination={end}
        apikey={APIKEY}
        strokeColor={'red'}
        strokeWidth={4}
      />