Hi, what is the difference on these and what do the parameters mean actually:
zoomToScale(Point centerPt, double scale)
zoomToResolution(Point centerPt, double res)
zoomTo(Point centerPt, float factor)
What is scale, resolution and factor respectively? I know factor zooms by some factor from the currentlyu active zoom level but what should I give to resolution or scale?
I am working on offline TPK files and trying to zoom to certain point on certain level but can't figure out proper inputs.
Thanks!