Limited Zoom - Can't zoom in very far

When using the Mappedin SDK, I’m not able to zoom very far into my map. When the map first loads it’s small and zoomed out and I can’t pinch/scroll to zoom in very far. How can I change this behaviour?

I’m using SDK version 5.

When the MapView loads a map, it has default values for min and max zoom. These are chosen to fit with an average map size. If the map is small or large, the min and max zoom values should be set when showing the map. This controls the range the user can zoom in and out.

For version 5, set MPICamera.minZoom and MPICamera.maxZoom using MPICameraManager.

Thanks, I have this working. I had to play around with those values a bit to find the right values. It now zooms in and out to appropriate levels.