MapboxService

io.github.positionpal.location.tracking.MapboxService
object MapboxService

A MapService adapter interacting with the Mapbox service.

Attributes

See also
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Configuration[F[_]](client: Client[F], accessToken: String)

Configuration for the MapboxService.

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

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

Value members

Concrete methods

def apply[F[_] : Async](configuration: Configuration[F]): F[MapsService[F]]