Add draggable marker changes
This commit is contained in:
parent
0cd6697fd4
commit
b4e91609d3
3 changed files with 47 additions and 9 deletions
|
|
@ -71,6 +71,7 @@ function displaySuggestions(suggestions) {
|
|||
|
||||
// Display the selected location details
|
||||
displaySelectedLocation(suggestion);
|
||||
setMapMarker(suggestion.geometry.coordinates);
|
||||
});
|
||||
|
||||
suggestionsContainer.appendChild(item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue