Clearing multiple direction results of a google map
问题 I am leveraging Google Maps V3 javascript api within Ext Js 5.0.0 framework in order to display directions on a map. Everything works fine and directions are rendered and cleared perfectly except for one test case, steps described below: Step 1.Get Directions from address 1 to address 2 (works fine and displayed on map) Step 2.Get Directions from address 3 to address 4, 5 to 6...(n-1) to n (works fine and all sets of directions are seen on map) Step 3. Run directionsDisplay.setMap(null) to