-- @/lua/ge/extensions/freeroam/bigMapMode.lua:1461
local function enterBigMapWithCustomPOIs(poiIds, callback, options)
poiSelectCallback = callback
enterBigMap(options)
setOnlyIdsVisible(poiIds)
end
}
freeroam_bigMapMode.enterBigMapWithCustomPOIs({}, M.deliveryMarkerSelected, options)
if facilityId == nil and parkingSpotPath == nil then