Makes sense now, you want to mute the turn by turn voice directions when a phone call is in progress. We're not using this feature of your SDK in our app at the moment.
You are right though, it's...
Type: Posts; User: matej_tripwolf
Makes sense now, you want to mute the turn by turn voice directions when a phone call is in progress. We're not using this feature of your SDK in our app at the moment.
You are right though, it's...
A few questions regarding permissions:
READ_PHONE_STATE
This seems to cause the app to crash now if it's not granted, whereas in the 2.5.0 version of the SDK it did not. We would really,...
Great, thanks! So it was a change already in the 2.5.1 SDK. Sorry, didn't see that.
Am I correct in assuming that the flow is to just call the requestScreenshot method, and await the Bitmap in the...
Also, I've noticed, the newly introduced method, animateToLocation, in SKMapSurfaceView, doesn't work as described in the documentation.
The documentation says:
but instead, it positions...
Hey,
thanks for the help, but I think you misunderstood me.
The getScreenshot method used to return a Bitmap straight away. I need a Bitmap of the map contents, I don't need to write it to a...
Hey guys,
I just tried out the SDK and there used to be a method called getScreenshot on SKMapSurfaceView, which is missing now and there is no mention of this change in the migration guide.
...