dapriett / nativescript-google-maps-sdk

Cross Platform Google Maps SDK for Nativescript
MIT License
244 stars 164 forks source link

Marker isInfoWindowShown method incorrectly calls showInfoWindow on Android #417

Open delaneyb opened 4 years ago

delaneyb commented 4 years ago

https://github.com/dapriett/nativescript-google-maps-sdk/blob/8e5b605dc99509972b6bd6ce467192f22a5afd8e/src/map-view.android.ts#L804

Here is the correction: return (this._isMarker) ? this.android.isInfoWindowShown() : false;

dlcole commented 4 years ago

@dapriett - I'll need this fix, too. Can you incorporate it, or would you like me to submit a PR?