jQuery-Google-Map
jQuery-Google-Map copied to clipboard
can't make a route
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)
$("#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.