toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map-gpt
/
com.mapbox.navigation.mapgpt.network
/
MapGptHttpServiceImpl
Map
Gpt
Http
Service
Impl
class
MapGptHttpServiceImpl
:
BasicHttpStreamService
Members
Constructors
Map
Gpt
Http
Service
Impl
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
>
post
With
Stream
Result
Link copied to clipboard
open
suspend override
fun
postWithStreamResult
(
url
:
String
,
body
:
ByteArray
,
headers
:
Map
<
String
,
String
>
,
queries
:
Map
<
String
,
String
>
)
:
Expected
<
String
,
InputStream
>