ngocjohn / vehicle-status-card

🚘 Lovelace custom card for tracking Vehicle status
https://ngocjohn.is-a.dev/vehicle-status-card/
MIT License
47 stars 3 forks source link

Fix fetching address from location #29

Closed ngocjohn closed 1 month ago

ngocjohn commented 1 month ago

This pull request fixes an issue with fetching the address from the location. The code was updated to correctly fetch the address from the location and display it in the map popup. Additionally, the code now includes the MapData interface and the _getMapData function to handle the map data.