updateGeoLocations

abstract suspend fun updateGeoLocations(geoLocationEntities: List<GeoLocationEntity>)

Update the GeoLocations in the database

This method is intended for Room to handle basic insert operations. For update a CartographicBoundary, use update(cartographicBoundary: CartographicBoundary) instead.