On iOS, we could get the 'subAdministrativeArea' in CLPlacemark when doing a reverse geocode via MapKit, which, in the US, gives us the county name.
How do we get the equivalent county name when using MapKit JS?
The Place object that is returned doesn't have a subAdministrativeArea and doesn't seem to have any other property for county name?