We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7a7ac commit 88ad6a8Copy full SHA for 88ad6a8
demo/app/App_Resources/iOS/Podfile
@@ -0,0 +1 @@
1
+pod 'Mapbox-iOS-SDK', '~> 5.1.1'
demo/app/main-page.ts
@@ -201,13 +201,13 @@ export function onMapReady(args) {
201
map.removePolylines([10]);
202
}, 24000);
203
204
- this works just fine, but it interferes with the programmatic map so not doing this in the demo
205
- setTimeout(() => {
206
- map.trackUser({
207
- mode: "FOLLOW_WITH_HEADING",
208
- animated: true
209
- });
210
- }, 25000);
+ // this works just fine, but it interferes with the programmatic map so not doing this in the demo
+ // setTimeout(() => {
+ // map.trackUser({
+ // mode: "FOLLOW_WITH_HEADING",
+ // animated: true
+ // });
+ // }, 25000);
211
}
212
213
// END
0 commit comments