Message after finding nearest cities
In en, this message translates to: 'Found {count} nearest cities to Berlin'
@override String foundNearest(int count) { return 'Trovate $count città più vicine a Berlino'; }