We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nativescript-google-maps-sdk/src/map-view.android.ts
Line 804 in 8e5b605
Here is the correction: return (this._isMarker) ? this.android.isInfoWindowShown() : false;
return (this._isMarker) ? this.android.isInfoWindowShown() : false;
The text was updated successfully, but these errors were encountered:
@dapriett - I'll need this fix, too. Can you incorporate it, or would you like me to submit a PR?
Sorry, something went wrong.
No branches or pull requests
nativescript-google-maps-sdk/src/map-view.android.ts
Line 804 in 8e5b605
Here is the correction:
return (this._isMarker) ? this.android.isInfoWindowShown() : false;
The text was updated successfully, but these errors were encountered: