foundInRadius abstract method

String foundInRadius(
  1. int count
)

Message after finding cities in radius

In en, this message translates to: 'Found {count} cities within 50km of Berlin'

Implementation

String foundInRadius(int count);