Titanium JIRA Archive
Appcelerator Community (AC)

[AC-4345] iOS Maps: On zoom in map view shows the screen with

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionNot Our Bug
Resolution Date2016-08-10T15:31:34.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsios
ReporterYashvant Revandkar
AssigneeShak Hossain
Created2016-08-10T07:20:32.000+0000
Updated2016-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

FileDateSize
IMG_0707.jpeg2016-08-10T07:16:20.000+0000239402

Comments

  1. Hans Knöchel 2016-08-10

    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!
  2. Yashvant Revandkar 2016-08-11

    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.

JSON Source