NativeScript / NativeScript/plugins
[@nativescript/google-maps] Marker info window not working on IOS
還沒有人認領這個 Issue。
- 主要語言
- TypeScript
- 星號
- 206
- 分支
- 123
- 平均合併
- 2 天 1 小時
- 30 天內合併 PR
- 1
描述
Hi, I tried to use custom marker info window.
First of all, Could you let me know proper way to implement this, since there is not clear instruction from documentation.
Anyway, I implemented like this, at least works on Android.
mapView.on('markerInfoWindow', (e: MarkerInfoEvent) => {
if (e.marker.userData.id === item.id) {
let infoTemplate: GridLayout = new GridLayout();
/* create a view that I want to customize manually */
...
e.view = infoTemplate;
});
marker.showInfoWindow();
At least works on Android but not on IOS.
Title & snippet from MarkerOptions, then IOS show the info on the marker.
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先在 iOS 上重現 @nativescript/google-maps 中自訂的 markerInfoWindow 流程,並將其與所述的 Android 行為進行比較。檢查呼叫 marker.showInfoWindow() 時如何處理 e.view。完成標準是:iOS 上顯示自訂資訊視窗,同時現有的 title 和 snippet 行為維持不變。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- ios, typescript
- 領域
- mobile-dev
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100