MapSuite Team,
Is there sample code available that shows how to implement a custom ZoomLevelSet?
Any guidance that you can offer on how to determine the scale that should be applied to each zoom level?
In my situation the default ZoomLevel20 is not zoomed in enough. I want to set each of the twenty levels to actually be zoomed in more than the default values.
Appreciate your assistance.
Regards,
Dennis
Implement Custom ZoomLevelSet
Hi Dennis,
You can directly create zoomleve instance and add them to Map1.ZoomLevelSet.CustomZoomLevels.
When any item added into Map1.ZoomLevelSet.CustomZoomLevels, default zoomlevelset won’t works.
If you modify the CustomZoomLevels of map, please also modify the zoomlevelset of your layer.
Regards,
Don