NativeScript / NativeScript/plugins

[@nativescript/google-maps] Marker info window not working on IOS

未关闭
#368 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

bug
主要语言
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.

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。