foundNearest abstract method

String foundNearest(
  1. int count
)

Message after finding nearest cities

In en, this message translates to: 'Found {count} nearest cities to Berlin'

Implementation

String foundNearest(int count);