Articles in this section

How we can enable/disable Zoom functionality in Maps?

 

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)
Access denied
Access denied