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
When using
<RealTimeMap Options="options" @ref="realTimeMap" Parameters="parameters" height="700px" OnDoubleClickMap="onDblClickingMap" OnClickMap="onClickingMap"></RealTimeMap>
With (or any combination where doubleClickZoom = false)..
... RealTimeMap.MapOptions options = new RealTimeMap.MapOptions() { interaction_options = new RealTimeMap.InteractionOptions() { doubleClickZoom = false } }; ...
This seems to have no effect on map behaviour, with a double click always resulting in a zoom in. The OnDoubleClickMap does fire correctly.
Anything I'm missing?
The text was updated successfully, but these errors were encountered:
Hello sir,
It's a bug. I will fix this bug. Sorry
Sorry, something went wrong.
Thanks for clarifying that, not a major problem or anything. Fantastic work with the project so far.
Thanks a lot, sir!
No branches or pull requests
When using
<RealTimeMap Options="options" @ref="realTimeMap" Parameters="parameters" height="700px" OnDoubleClickMap="onDblClickingMap" OnClickMap="onClickingMap"></RealTimeMap>
With (or any combination where doubleClickZoom = false)..
This seems to have no effect on map behaviour, with a double click always resulting in a zoom in. The OnDoubleClickMap does fire correctly.
Anything I'm missing?
The text was updated successfully, but these errors were encountered: