create

abstract suspend fun create(geoLocation: GeoLocation, administrativeUnitName: AdministrativeUnitName)

Creates a new AdministrativeUnitName in the data source, associating it with the provided geoLocation. The reason for the geoLocation parameter might be to associate the name with a specific geographic location for future lookups or other purposes.

Parameters

geoLocation

the geo location associated with the administrative unit name.

administrativeUnitName

the AdministrativeUnitName object to be created.