0

I have tried the solution on this but get 2 errors when I run the build. First "MAX_ZOOM undeclared" and Implicit declaraation of function'zoomScaleToZoomLevel'

I'm new to xCode, any help? need to fix tile zooming. Thanks Ken

Calculating tiles to display in a MapRect when "over-zoomed" beyond the overlay tile set

Community
  • 1
  • 1
kamsden
  • 1
  • 1

1 Answers1

0

MAX_ZOOM is a constant - you need to define it someplace in your code to match the number of zoom levels in your tile set.

radven
  • 2,296
  • 1
  • 22
  • 39