[AC-4345] iOS Maps: On zoom in map view shows the screen with
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2016-08-10T15:31:34.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | ios |
Reporter | Yashvant Revandkar |
Assignee | Shak Hossain |
Created | 2016-08-10T07:20:32.000+0000 |
Updated | 2016-08-11T17:49:50.000+0000 |
Description
When building the map for iOS with Titanium's ti.map module, I have given the longitudeDelta and latitudeDelta values as 0.005, now when I pinch in again it gives a blank black screen with horizontal and vertical lines like in the attachment.
Attachments
That's nothing we intercept. The reason is that the delta-value is too minor so Apple Maps cannot render it, because it has no map-tile to display that zoom-level. Increase the delta and play around with the values, it should give you the correct tiles afterwards. Thanks!
Hi Hans Knoechel, Thanks for quick replay, But for 0.005 values I got the map view but when I zoom in it is giving me that black blank screen even for values like 0.01 when in zoom in using the pinching on the screen I am getting that black screen, so I was asking is there any limit on the zoom.