Constants

object Constants

Includes common variables used throughout the MapLibre Service modules.

Since

3.0.0

Properties

Link copied to clipboard
const val BASE_API_URL: String

Base URL for all API calls, not hardcoded to enable testing.

Link copied to clipboard
const val MAPBOX_USER: String

The default user variable used for all the Mapbox user names.

Link copied to clipboard
const val PRECISION_5: Int = 5

Use a precision of 5 decimal places when encoding or decoding a polyline.

Link copied to clipboard
const val PRECISION_6: Int = 6

Use a precision of 6 decimal places when encoding or decoding a polyline.