buildRetrofit

abstract fun buildRetrofit(): Retrofit

buildRetrofit is called in the sub-class and is responsible for creating the correct type of Retrofit object. The SoundscapeBackendTiledClient returns a String type and the ProtomapsTileClient returns a VectorTile. That and the differing server URLs is taken care of in buildRetrofit.