Maxim Makhun

Results 44 comments of Maxim Makhun

@JanTG1, can you share your code snippet that starts `NavigationViewController`? It seems that this issue might be caused by `RouteOptions` usage while creating an instance of `NavigationViewController`. If you can...

These annotations are shown as a `SymbolLayer` provided by Maps SDK, @mapbox/maps-ios do you have any suggestions here? What would be the best way to detect tap on such `SymbolLayer`.

View annotations can be considered in this case as well.

Several options of `MapOptions` are internal, this makes it impossible to use them during overwriting.

@S2Ler, can you please provide more details on this one? Is it for internal application usage?

@bartlomiejlechowski, I do not experience this issue if `iPhone Language` is set to `English` and `Region` is set to `United States`. Can you please re-check any of our examples in...

@RRuais, thanks for sharing additional information. I've just built your project and was able to download tiles successfully with similar access token scopes. Will have to do further debugging to...

@RRuais, sorry for a delayed reply. Preferred way of implementing offline functionality for maps and navigation when using Navigation SDK `v2.x` is using [TileStore](https://docs.mapbox.com/ios/maps/api/10.6.0/Extensions/TileStore.html#/TileStore) APIs. We do not have a...

Hello @Mikebanana. Are you using Navigation SDK or Maps SDK directly? Since there is no longer `MGLMapView.userTrackingMode` in Maps SDK `v10.0.0`, you'll have to implement user tracking mode yourself. If...

Another thing that I've noticed is that on the latest version of Navigation SDK, which is based on `v79.0` or higher, we'll start simulation after a couple of seconds of...