How to open google maps direction with multiple waypoint using Linking in React Native in single linking
For example i have 3 locations, I need to google maps directions with linking URL, locations = [ { lat : 1.310494, long : 103.815954 }, { lat : 1.301569, long : 103.785721 }, { lat : 1.278916, long :…