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.
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.