NativeScript / plugins

@nativescript plugins to help with your developments.
https://docs.nativescript.org/plugins/index.html
Apache License 2.0
190 stars 109 forks source link

[@nativescript/google-maps] myLocationButtonTap event wrong type #482

Closed Semurak closed 9 months ago

Semurak commented 1 year ago

The event listener:

on(event: 'myLocationButtonTap', callback: (args: MarkerTapEvent) => void, thisArg?: any);

does not return a marker property in its callback, which is needed for MarkerTapEvent

triniwiz commented 9 months ago

This is fixed in the latest release. Thank you