Message after finding cities in radius
In en, this message translates to: 'Found {count} cities within 50km of Berlin'
@override String foundInRadius(int count) { return '在柏林50公里范围内找到 $count 个城市'; }