Skip to content

Commit

Permalink
added UI thread annotation on mapbox junction api (#7516)
Browse files Browse the repository at this point in the history
  • Loading branch information
VysotskiVadim authored Sep 15, 2023
1 parent 8d75be4 commit aca9be2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.mapbox.navigation.ui.maps.guidance.junction.api

import android.net.Uri
import androidx.annotation.UiThread
import com.mapbox.api.directions.v5.models.BannerComponents
import com.mapbox.api.directions.v5.models.BannerInstructions
import com.mapbox.bindgen.Expected
Expand All @@ -23,6 +24,7 @@ import kotlinx.coroutines.launch
* Mapbox Junction Api allows you to generate junction for select maneuvers.
* @property accessToken String
*/
@UiThread
class MapboxJunctionApi(
private val accessToken: String
) {
Expand Down

0 comments on commit aca9be2

Please sign in to comment.