Replies: 1 comment 1 reply
-
Thanks! The scale value in onScale is a percentage. 0 means it's the minimal zoom while 1 is the maximal zoom. You are trying to retrieve which zoom to display to the user ? (x1, x4, x30...) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Congrats on the plugin.
I would like some help.
What is the most correct way to find the maxZoom value in the method onPreviewScaleBuilder with the use of getMaxZoom method?
I find that onPreviewScaleBuilder i can use OnPreviewScale(onScale: ((scale) {..... but scale value is only between 0 and 1.
Beta Was this translation helpful? Give feedback.
All reactions