We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2008aee commit ef8f6f9Copy full SHA for ef8f6f9
libnavigation-core/src/main/java/com/mapbox/navigation/core/internal/extensions/LocationEx.kt
@@ -0,0 +1,9 @@
1
+package com.mapbox.navigation.core.internal.extensions
2
+
3
+import androidx.annotation.RestrictTo
4
+import com.mapbox.common.location.Location
5
+import com.mapbox.navigation.core.navigator.toFixLocation
6
+import com.mapbox.navigator.FixLocation
7
8
+@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP_PREFIX)
9
+fun Location.toFixLocation(): FixLocation = this.toFixLocation()
0 commit comments