Tyler Blake

Results 49 comments of Tyler Blake
trafficstars

@tomjnsn Do you have a work around for this? I just want to update the marker with a new position, it works on iOS but Android isn't.

Yes, that's how I'm adding them. It's adding the marker fine, removing markers doesn't work on Android.

Hi @dimitriospafos, I was able to successfully remove a marker using `this.mapView.removeMarker(stLouisMarker);` inside of my component.ts file. Make sure the marker you are passing into that method is the correct...

Ok, that might be a quirk of Android V8 vs iOS JavaScript Core. I bet V8 sets `marker` as a reference to the marker on the map (which is deleted...

The following code receives the bounds argument in a standard react-native project, but not in an expo project. Same exact code in both projects, and same version in both projects...

I have 2 projects, both using `"@nativescript/firebase": "11.0.0",`. 1 project works fine, the other gets the same error, I will investigate into why 1 is working and the other is...

Ok so I got it working, I did a few things so I'm not sure which one solved the issue but here are some things to try. 1. In your...

No problem, happy to help! Happy NativeScripting!