ionic-team / ionic-team/capacitor-google-maps
Marker missing the property rotation - add marker.setRotation(angle)
Open
triage
- Dominant language
- TypeScript
- Stars
- 32
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
## Feature Request
Add rotation property on add Marker function
### Plugin
@capacitor/google-maps
### Description
Now isnt' possible to add a Marker on map setting a rotation.
This feature is available on the old plugin on cordova: https://github.com/mapsplugin/cordova-plugin-googlemaps-doc/blob/master/v2.6.0/class/Marker/setRotation/README.md
### Platform(s)
All
### Preferred Solution
Set the marker rotation angle.
marker.setRotation(angle);
https://github.com/mapsplugin/cordova-plugin-googlemaps-doc/blob/master/v2.6.0/class/Marker/setRotation/README.md
### Alternatives
### Additional Context
Contributor guide
Assessment
This issue has not been assessed yet.