Message after finding nearest cities
In en, this message translates to: 'Found {count} nearest cities to Berlin'
@override String foundNearest(int count) { return 'Found $count nearest cities to Berlin'; }