开发者

IOS - Calculating tiles to display in a MapRect when

开发者 https://www.devze.com 2023-02-12 00:04 出处:网络
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 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. T开发者_JAVA百科hanks Ken

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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消