Cannot find a way to rotate the image in the map-ground-overlay #25164
Unanswered
shimondahan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to upgrade from agm-map component to google-map .
I have a custom image layer (image that represent a map of the specific location.
I just need a way to rotate it.
My old code : (Angular 7:
The new Code (Angular 14):
I need a way to rotate the image.
In javascript sdk for this object there is a way to do it but I cannot find a way to do it with the angular wrapper components.
Versions:
"@angular/animations": "^14.0.0",
"@angular/cdk": "^14.0.2",
"@angular/common": "^14.0.0",
"@angular/compiler": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/fire": "^7.4.1",
"@angular/forms": "^14.0.0",
"@angular/google-maps": "^14.0.2",
"@angular/material": "^14.0.2",
"@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^14.0.0",
"@angular/router": "^14.0.0",
"@ngrx/store": "^14.0.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Beta Was this translation helpful? Give feedback.
All reactions