Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImGoodBai/MapGoGoGo
/ normalizeRotation
Function
normalizeRotation
frontend/src/maps.tsx:136–138 ·
view source on GitHub ↗
(value = 0)
Source
from the content-addressed store, hash-verified
134
}
135
136
function normalizeRotation(value = 0) {
137
return ((value % 360) + 360) % 360;
138
}
139
140
function removeOverlays(map: any, overlays: any[]) {
141
for (const overlay of overlays) {
Callers
1
AmapView
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected