Articles in this section
Category / Section

How we can enable/disable Zoom functionality in Maps?

1 min read

 

We can enable/disable the Zoom functionality by using "EnableZoom" property in ZoomSettings as follows:

 

@(Html.EJ().Map("container")

.ZoomSettings(zm=>

               {

                   zm.EnableZoom(false);

               })

)

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied