21 lines
475 B
Markdown
21 lines
475 B
Markdown
<!-- /docs/services/webservice/fetchGisStationsStaticDistrictService.md -->
|
|
|
|
# 🧭 fetchGisStationsStaticDistrictService.js
|
|
|
|
Lädt Koordinateninformationen (`Points[]`) aller Stationen im aktuellen Bezirk.
|
|
|
|
## Verwendung
|
|
|
|
```js
|
|
const points = await fetchGisStationsStaticDistrictService();
|
|
```
|
|
|
|
## API-Aufruf
|
|
|
|
- Endpoint: `/ClientData/WebServiceMap.asmx/GisStationsStaticDistrict?idMap=...&idUser=...`
|
|
- Rückgabe: `Points[]`
|
|
|
|
---
|
|
|
|
[Zurück zur Übersicht](../../README.md)
|