ionic-team / ionic-team/capacitor-google-maps

Marker missing the property rotation - add marker.setRotation(angle)

Open
#115 1 comment 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.