Add draggable marker changes

This commit is contained in:
Eli Ribble 2026-01-08 23:38:38 +00:00
parent 0cd6697fd4
commit b4e91609d3
No known key found for this signature in database
3 changed files with 47 additions and 9 deletions

View file

@ -71,6 +71,7 @@ function displaySuggestions(suggestions) {
// Display the selected location details
displaySelectedLocation(suggestion);
setMapMarker(suggestion.geometry.coordinates);
});
suggestionsContainer.appendChild(item);