{ "id": "108770", "key": "TIMOB-12479", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "15691", "description": "2013 Sprint 19", "name": "2013 Sprint 19", "archived": true, "released": true, "releaseDate": "2013-09-20" }, { "id": "15693", "description": "2013 Sprint 19 API", "name": "2013 Sprint 19 API", "archived": true, "released": true, "releaseDate": "2013-09-20" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-10-15T01:22:29.000+0000", "created": "2013-01-29T18:25:12.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "module_map", "qe-testadded" ], "versions": [], "issuelinks": [ { "id": "25932", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "inwardIssue": { "id": "109883", "key": "TIMOB-12787", "fields": { "summary": "Android: Allow map annotation to fire a click event without showing the callout", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2013-10-23T23:57:03.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "h1. Feature description\r\nWhen clicking on a map annotation, a callout is always shown. Need to avoid the callout to be displayed, and fire the click event anyway.", "attachment": [], "flagged": false, "summary": "iOS: Allow map annotation to fire a click event without showing the callout", "creator": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "237055", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This deviates from native behavior and so we will not support it.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-02-04T18:16:54.000+0000", "updated": "2013-02-04T18:16:54.000+0000" }, { "id": "270659", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Test Code\n{code}\nvar win = Titanium.UI.createWindow();\n\nvar mountainView = Titanium.Map.createAnnotation({\n latitude:37.390749,\n longitude:-122.081651,\n title:\"Appcelerator Headquarters\",\n subtitle:'Mountain View, CA',\n pincolor:Titanium.Map.ANNOTATION_RED,\n animate:true,\n leftButton: '../images/appcelerator_small.png',\n canShowCallout:false,\n myid:1 // Custom property to uniquely identify this annotation.\n});\n\nvar mapview = Titanium.Map.createView({\n mapType: Titanium.Map.STANDARD_TYPE,\n region: {latitude:37.390749, longitude:-122.081651,\n latitudeDelta:0.01, longitudeDelta:0.01},\n animate:true,\n regionFit:true,\n userLocation:true,\n annotations:[mountainView]\n});\n\nwin.add(mapview);\n// Handle click events on any annotations on this map.\nmapview.addEventListener('click', function(evt) {\n\n if (evt.clicksource == 'pin') {\n Ti.API.info('Got Click')\n }\n});\nwin.open();\n{code}", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-09-10T20:16:40.000+0000", "updated": "2013-09-10T20:16:40.000+0000" }, { "id": "270660", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile/pull/4670", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-09-10T20:19:01.000+0000", "updated": "2013-09-10T20:19:01.000+0000" }, { "id": "275094", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed. Verified canShowCallout=false does not bring up the callout bubble after clicking on the pin. And, verified canShowCallout=true will bring up the callout bubble after clicking on the pin. Tested on:\r\n\r\nTitanium Studio, build: 3.2.0.201310112240\r\nSDK build: 3.2.0.v20131013140318 \r\nDevice: iphone 5s (7.0.2)", "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-10-15T01:11:40.000+0000", "updated": "2013-10-15T01:21:59.000+0000" }, { "id": "275096", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Correcting my comment", "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-10-15T01:16:10.000+0000", "updated": "2013-10-15T01:16:10.000+0000" } ], "maxResults": 12, "total": 12, "startAt": 0 } } }