20 lines
347 B
Markdown
20 lines
347 B
Markdown
<!-- /docs/services/database/pois/fetchPoiMarkersService.md -->
|
|
|
|
# 📍 fetchPoiMarkersService.js
|
|
|
|
Service zum Abrufen aller gespeicherten POI-Marker (Positionen).
|
|
|
|
## Verwendung
|
|
|
|
```js
|
|
const pois = await fetchPoiMarkersService();
|
|
```
|
|
|
|
## API
|
|
|
|
- Endpoint: `GET /api/talas_v5_DB/pois/readAllPOIs`
|
|
|
|
---
|
|
|
|
[Zurück zur Übersicht](../../../README.md)
|