Package-level declarations

Types

Link copied to clipboard
interface ITileDAO
Link copied to clipboard

This is a proof of concept for using the photon search engine https://github.com/komoot/photon In testing it returned by far the best search results and can be run on a relatively modest server. This is using the demo server at https://photon.komoot.io/

Link copied to clipboard
class ProtomapsTileClient(val applicationContext: Context) : TileClient
Link copied to clipboard
class SoundscapeBackendTileClient(val applicationContext: Context) : TileClient
Link copied to clipboard
abstract class TileClient(val applicationContext: Context)

Properties

Link copied to clipboard
const val BASE_URL: String