docs
This commit is contained in:
15
docs/redux/thunks/database/pois/fetchPoiMarkersThunk.md
Normal file
15
docs/redux/thunks/database/pois/fetchPoiMarkersThunk.md
Normal file
@@ -0,0 +1,15 @@
|
||||
<!-- /docs/redux/thunks/database/pois/fetchPoiMarkersThunk.md -->
|
||||
|
||||
# 📍 fetchPoiMarkersThunk.js
|
||||
|
||||
Lädt alle POI-Marker (Positionsdaten) aus dem Backend.
|
||||
|
||||
## Verwendung
|
||||
|
||||
```js
|
||||
dispatch(fetchPoiMarkersThunk());
|
||||
```
|
||||
|
||||
## Intern
|
||||
|
||||
- Ruft `fetchPoiMarkersService()` auf
|
||||
Reference in New Issue
Block a user