Is there any way to work out the size of a given town so I can place a marker over the whole town ? i.e AO_locations = nearestLocations [getPosATL player, ["NameCityCapital","NameLocal","NameCity","NameVillage","Strategic","CityCenter","NameMarine"], 25000]; _location = AO_locations call BIS_fnc_selectRandom; _pos = (position _location); //////create marker over town but how big ????////