jQuery-Google-Map icon indicating copy to clipboard operation
jQuery-Google-Map copied to clipboard

can't make a route

Open belarosada opened this issue 7 years ago • 1 comments

why I can't make a route, please check this code 👍

$("#map").addWay({ start: [0.113582, 117.460672], // Postal address for the start marker (obligatory) end: [0.114909, 117.460672], // Postal Address or GPS coordinates for the end marker (obligatory) route : 'way', // Block's ID for the route display (optional) langage : 'english', // language of the route detail (optional)

belarosada avatar Nov 01 '18 02:11 belarosada

$("#map").addWay({ start: [0.113582, 117.460672], // Postal address for the start marker ..... Note it says postal address for start marker unlike the end parameter.

marccurrie avatar Mar 07 '19 23:03 marccurrie