ionic-team / ionic-team/ionic-native-google-maps
MarkerOptions.anchor doesn't affect on position
- 主要言語
- TypeScript
- スター
- 215
- フォーク
- 119
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
package.json:
```
...
"@ionic-native/core": "^5.0.0",
"@ionic-native/device": "^5.21.6",
"@ionic-native/google-maps": "^5.27.0-beta-20200630",
"@ionic/angular": "^5.0.4",
"cordova-browser": "6.0.0"
...
```
using cordova browser.
```
this.map.addMarker({
position: {lat: this.lat, lng: this.lon},
icon: {
url: '../../assets/icon/eye.png',
size: {
width: 32,
height: 32
}
},
anchor: [16, 16]
})
```
the marker appears at the same place in any anchor
コントリビューションガイド
調査の方向性
Reproduce the marker behavior in a Cordova browser using the package.json versions and the map.addMarker example. Trace how the anchor option is handled for the marker and verify that changing anchor changes the rendered marker position.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- angular, typescript
- 領域
- frontend
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 38/100