airportNameOverride property
Optional field that overrides the airport city name defined by IATA.
By default, Google takes the airportIataCode
provided and maps it to the
official airport city name defined by IATA. Official IATA airport city
names can be found at IATA airport city names website. For example, for
the airport IATA code "LTN", IATA website tells us that the corresponding
airport city is "London". If this field is not populated, Google would
display "London". However, populating this field with a custom name (eg:
"London Luton") would override it.
Implementation
LocalizedString? airportNameOverride;