Paola De Bartolo

Results 21 comments of Paola De Bartolo
trafficstars

As this encloses two diferent actions, I've created a new issue for the removal of the optimized option https://github.com/FlowingCode/GoogleMapsAddon/issues/81.

The animation part it's tricky, I followed several examples like https://developers.google.com/maps/documentation/javascript/examples/marker-animations#maps_marker_animations-html but the web-component it's not triggering the animation. And even if that works, the current property in the java...

I've been investigating this feature and adding the drawing toolbar will implied having to add new definitions in both, the web-component and this addon. In order to work, new definitions...

Taking a look at this example https://developers.google.com/maps/documentation/javascript/examples/hiding-features you could do something like this to hide the POIs: ```java googlemap.getElement().executeJs("const styles = { hide: [{featureType: 'poi',stylers: [{ visibility: 'off' }],},],}; this.map.setOptions({...

@mvysny I did a little more research and the `styles` property is part of the web-component part of the component so the rule to hide the POIs can be added...

Released in version [2.1.0](https://github.com/FlowingCode/GoogleMapsAddon/releases/tag/google-maps-2.1.0).

[JSONDigger](https://github.com/dabeng/json-digger) is a dependency that was added in the base library since version [3.4.0](https://github.com/dabeng/OrgChart/tree/v3.4.0). I tried to add this dependency in the add-on using `@NpmPackage(value = "json-digger", version = "2.0.2")`...

Found [this related issue](https://github.com/dabeng/OrgChart/issues/712) on the original library.

Did some more testing, but no luck yet. There's a newer version, [5.0.0](https://github.com/dabeng/OrgChart/releases/tag/v5.0.0) but issue with JSONDigger dependency still exists. After that first attempt failed, I tried overriding the source...

Hi @JariHanah we've been investigating but we're not able to find documentation regarding this feature. As you mentioned "_I noticed this feature seems available in the Android Map Api, and...