toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-signals-gm
/
com.mapbox.nav.gm.signals.data.repository
/
RemoteRepository
Remote
Repository
class
RemoteRepository
:
BasicHttpService
Members
Constructors
Remote
Repository
Link copied to clipboard
constructor
(
)
Functions
get
Link copied to clipboard
open
suspend override
fun
get
(
url
:
String
,
params
:
Map
<
String
,
String
>
,
headers
:
Map
<
String
,
String
>
)
:
Expected
<
HttpRequestError
,
ByteArray
>
post
Link copied to clipboard
open
suspend override
fun
post
(
url
:
String
,
body
:
ByteArray
,
headers
:
Map
<
String
,
String
>
)
:
Expected
<
HttpRequestError
,
ByteArray
>