Osei Fortune

Results 170 comments of Osei Fortune
trafficstars

I will suggest trying what @adrianzwergel mentioned but this issue here is your app is calling the boot method 2x

Please upgrade to the latest version of the runtime

Dropping this [gem](https://github.com/youtube/youtube-ios-player-helper/issues/68#issuecomment-70840129) for you it should help you

On the `Polyline` returned there is a getter/setter which returns or takes an array of points this can use to add the new points. I'll keep this open as I...

A fix for this was merged in core things should be fine once a version is out.

You can try the following ```ts const position = map.cameraPosition; position.target = { lat: 10.495829, lng: -61.382675 }; position.zoom = 10; map.cameraPosition = position; ```

Yes, you will need to register the map view like the [example](https://svelte-native.technology/docs#using-nativescript-plugins) ```ts import { registerNativeViewElement } from 'svelte-native/dom' registerNativeViewElement("mapView", () => require("@nativescript/google-maps"). MapView); ```

@herefishyfish thank you, If you don't mind I can finish it up. 😄

@tommag21 I'll wrap this up soon, sorry some other things came up.