-
Is there a simple way to overlay buttons on top of the routeViewController? I've tried many of the suggestions on stackoverflow but they haven't worked, the navigation frame always comes to the front.…
-
Hello, I am adding NavigationUI, which I hadn't seen before, and looks very cool, via pods, and I am getting this error:
`pod 'MapboxNavigationUI.swift', :git => 'https://github.com/mapbox/MapboxNavi…
-
When i install this library with both dependency managers it always fails when it's checking out osrm-text-instructions.
cocoapods:
`[!] Unable to find a specification for OSRMTextInstructions de…
-
-
I seem to have an error, I don't recall changing any code for this to happen, I basically load up the MapView and Plot a Route using the NavigationMapRoute.
**gradle.app**
```
// Mapbox Maps SDK
…
-
It seems like PreAuthorizeViewProviderAccessDelegate tries to instantiate the target component when there is no View-scope available yet, causing an IllegalStateException.
```
2015-04-29 11:24:57.254…
pesse updated
9 years ago
-
Line
```
security:csrf request-matcher-ref="csrfMatcher"
```
in spring-security-context.xml don't allow Vaadin to work...
If I comment it it's start working as expected.
Just add depedency …
-
Implement navigation. To do so, implement the NavigatorUI and change existing Components to CustomComponents and also take care of the implementation of the ViewModel of David Herrmann