docs
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<!-- /docs/redux/thunks/webservice/fetchGisStationsStaticDistrictThunk.md -->
|
||||
|
||||
# 🧭 fetchGisStationsStaticDistrictThunk.js
|
||||
|
||||
Lädt statische Standortdaten (z. B. Koordinaten) für den aktuellen Bezirk.
|
||||
|
||||
## Verwendung
|
||||
|
||||
```js
|
||||
dispatch(fetchGisStationsStaticDistrictThunk());
|
||||
```
|
||||
|
||||
## Intern
|
||||
|
||||
- Ruft `fetchGisStationsStaticDistrictService()` auf
|
||||
Reference in New Issue
Block a user