AE1NS
AE1NS
### Context - [X] This issue is not a bug report. *(please use a different template for reporting a bug)* - [X] This issue is not a duplicate of an...
First of all, thanks to all contributors for this great plugin! I am really excited to use it in production later! I just ran the beta-1 in my Android environment....
## Feature Request ### Plugin "@capacitor/google-maps": "1.0.0" ### Description I am using a page with a map and a draggable sheet with 3 breakpoints. When the breakpoint of the sheet...
**Describe the bug** When using the fitHeight option, changing the drawer content from 200px to 100px and call calcFitHeight(), the content grows instead of shrinking. **To Reproduce** https://jsfiddle.net/jwe3r4uy/ **Expected behavior**...
This refactorings simplify the map options handling and therefore remove many methods, that can now be set in the instantiation of the map but also be updated with a new...
This PR adds support (first implementation scoped to geoJson) for map features. ### Examples #### addFeatures(type: FeatureType, data: any, idPropertyName: string, styles: FeatureStyles): string[] ``` await map.addFeatures( FeatureType.GeoJSON, { type:...
Closes https://github.com/ionic-team/capacitor-plugins/issues/1586
## Feature Request ### Plugin @capacitor/google-maps ### Description This feature request has 2 topics #### Refactor options - As styles also exists in `google.maps.MapOptions` it could be removed from `GoogleMapsConfig`....