ionic-team / ionic-team/ionic-native-google-maps

WebGl Markers Question

Ouverte
#340 11 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
TypeScript
Étoiles
215
Forks
119
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

**I'm submitting a ...** (check one with "x")
- [ X] question
- [ ] any problem or bug report
- [ ] feature request

Hello, I was just wondering if anyone has succeeded in adding *WebGl* markers to the Ionic Native Google map.

WebGl is useful because it allows to add millions of markers with little performance hit, since it uses the GPU each marker is not rendered as a separate DOM element.

I have seen that this is possible with the javascript API, see here: https://github.com/ubilabs/google-maps-api-threejs-layer

They key part is this line: https://github.com/ubilabs/google-maps-api-threejs-layer/blob/master/threejs-layer.js#L44

They are using OverlayView from an instance of this.map (javascript API) to attach Three.Js particles to the map instance.

Is this possible with this plugin? To add WebGl markers?

Thank you

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

Start with the referenced threejs-layer.js line 44 and its use of OverlayView, then compare that approach with the plugin's map integration. The issue does not identify plugin files, tests, or a concrete acceptance criterion, so feasibility and the desired implementation scope would need clarification before work begins.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
javascript, typescript
Domaine
mobile
Type d'issue
Fonctionnalité
Difficulté
5/5
Temps estimé
Plus d'une semaine
Activité
À l'abandon
Clarté
À clarifier
Accessibilité débutants
15/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.