geo property

  1. @JsonKey(name: 'geo')
Geo? geo
getter/setter pair

A bunch of stuff we know about the location of this institution: city (String): The city where this institution lives. geonames_city_id (String): The city where this institution lives, as a GeoNames database ID. region (String): The sub-national region (state, province) where this institution lives. country_code (String): The country where this institution lives, represented as an ISO two-letter country code. country (String): The country where this institution lives. latitude (Float): Does what it says. longitude (Float): Does what it says.

Implementation

@JsonKey(name: 'geo')
Geo? geo;