[@nativescript/google-maps] No markers appeared on Android
还没有人认领这个 Issue。
评估
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 新手友好度
- 25/100
- Issue 类型
- 缺陷
- 描述清晰度
- 需要澄清
- 活跃度
- 停滞
- 技术栈
- android, typescript
- 领域
- mobile-dev
调研方向
使用提供的 marker loop 和图像,在列出的 NativeScript、Android、geolocation 和 google-maps 版本下复现该问题。检查 @nativescript/google-maps 中 Android 的 marker 处理,并根据报告的行为验证结果;当每个坐标都能像在 iOS 上一样在 Android 上生成可见的 marker 时,即完成。
由索引模型根据 Issue 内容生成。
描述
I'm trying to populate markers for every coordinates in the map. It was working on iOS but not on Android
Only one marker appears on Android
ns info:
✔ Getting NativeScript components versions information...
✔ Component nativescript has 8.3.3 version and is up to date.
✔ Component @nativescript/core has 8.3.5 version and is up to date.
✔ Component @nativescript/ios has 8.3.3 version and is up to date.
✔ Component @nativescript/android has 8.3.1 version and is up to date.
"@nativescript/geolocation": "^8.0.2"
"@nativescript/google-maps": "^1.4.7"
code:
loadLocations.forEach((loc) => {
let marker = new Marker();
let img = new Image();
img.imageSource = ImageSource.fromFileSync('~/images/pin-atm2.png');
marker = {
icon: img,
position: {
lat: loc.latitude,
lng: loc.longitude
},
visible: true,
userData: loc,
title: null
} as Marker;
this.map.addMarker(marker)
});
any idea?
- 主要语言
- TypeScript
- 星标
- 206
- 派生
- 123
- 平均合并
- 2 天 1 小时
- 30 天内合并 PR
- 1
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
NativeScript/plugins 的其他 Issue
-
难度 1/5 1 小时以内 新手友好度 92/100
NativeScript/plugins#680 ·
-
难度 2/5 1-3 小时 新手友好度 82/100
NativeScript/plugins#671 ·
-
难度 1/5 1 小时以内 新手友好度 72/100
NativeScript/plugins#640 ·
-
难度 4/5 3-5 天 新手友好度 45/100
NativeScript/plugins#668 ·
-
难度 4/5 3-5 天 新手友好度 45/100
NativeScript/plugins#665 · 1 条评论 ·
查看 NativeScript/plugins 的全部 Issue
相似的 Issue
-
Type/Bug
难度 2/5 1-3 小时 新手友好度 78/100
OpenNSW/nsw-srilanka#497 ·
-
难度 2/5 1-3 小时 新手友好度 72/100
0xMiden/bridge-portal#132 ·
-
react-doctor severity:warning tech-debt
难度 1/5 1 小时以内 新手友好度 88/100
digidem/comapeo-cloud-app#403 ·
-
难度 2/5 1-3 小时 新手友好度 72/100
-
难度 2/5 1-3 小时 新手友好度 78/100