Open DeeMcCart opened 1 year ago
Added the following into the marker infowindow: '<a href=' + 'https://www.google.com/maps/dir/?api=1&destination=' + chargingPoint.lat + ',' + chargingPoint.long +' target='+'_blank'+'>Navigate to point' + This will open the navigation in a separate tab, it plots a path from the user's currrent assumed location (I think it geolocates as best it can)
Acceptance Criteria:
Tasks (Google Maps Solution)
[x] Determine if there is a google maps API which will support this
[x] Evaluate if its possible to add this in a reasonable timeframe without impacting the project
[x] Code & test
[ ] document the steps that user must follow to use functionality .. do we think this is an OK procedure?
[ ] Add a feature to readme with screenprint to describe functionality...