ionic-team / capacitor-plugins

Official plugins for Capacitor ⚡️
529 stars 592 forks source link

Google maps support for Tile images #1551

Open dennis-wedevise opened 1 year ago

dennis-wedevise commented 1 year ago

Feature Request

Plugin

@capacitor/google-maps

Description

We are looking for an extra feature in the Google maps plugin. We would like to show our own Tile images. Image tile overlays which display on top of existing base map types based on pattern XYZ tiles URL.

In another project we use cordova-plugin-googlemaps with the TileOverlay function. link to plugin That works well. We would like to use this in the same way in the Capacitor plugin.

If we need to pay for this feature that's no problem. I would love to hear what is possible.

Platform(s)

Web View iOS and Android

Preferred Solution

Alternatives

https://github.com/mapsplugin/cordova-plugin-googlemaps https://developers.google.com/maps/documentation/javascript/maptypes

Additional Context

RicoHoff commented 1 year ago

The implementation of TileOverlays in the Capacitor plugin would be very great. That would currently be the game changer for me to switch from Cordova to Capacitor.

dennis-wedevise commented 1 year ago

@RicoHoff we are currently implementing the Tile overlay feature in the Capacitor plugin. It already works on Android and we are now testing it on iOS. As soon as it works on both platforms I will share it here.

RicoHoff commented 1 year ago

@RicoHoff we are currently implementing the Tile overlay feature in the Capacitor plugin. It already works on Android and we are now testing it on iOS. As soon as it works on both platforms I will share it here.

This is great news. I would be very happy.

dennis-wedevise commented 10 months ago

We have finished the Tile overlay functionality and prepared a PR. Check https://github.com/ionic-team/capacitor-plugins/pull/1970