docs
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
# fetchGisStationsStaticDistrictService
|
||||
<!-- /docs/services/webservice/fetchGisStationsStaticDistrictService.md -->
|
||||
|
||||
Lädt GIS-Stationen (statisch) für Bezirke.
|
||||
# 🧭 fetchGisStationsStaticDistrictService.js
|
||||
|
||||
**Rückgabe:** `Points[]`
|
||||
Lädt Koordinateninformationen (`Points[]`) aller Stationen im aktuellen Bezirk.
|
||||
|
||||
- Holt `idMap` und `idUser` aus der URL.
|
||||
- WebService: `GisStationsStaticDistrict`
|
||||
## Verwendung
|
||||
|
||||
```js
|
||||
const points = await fetchGisStationsStaticDistrictService();
|
||||
```
|
||||
|
||||
## API-Aufruf
|
||||
|
||||
- Endpoint: `/ClientData/WebServiceMap.asmx/GisStationsStaticDistrict?idMap=...&idUser=...`
|
||||
- Rückgabe: `Points[]`
|
||||
Reference in New Issue
Block a user