Configuration

io.github.positionpal.location.tracking.MapboxService.Configuration
case class Configuration[F[_]](client: Client[F], accessToken: String)

Configuration for the MapboxService.

Value parameters

accessToken

the access token to authenticate with the Mapbox service

client

the Client to use it for HTTP requests

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product