| Contact | Donate | Imprint |
| MapViewWeatherLayer | UserAccountModule | FlightRadar |
| Property | Type | Entity | Reference | Module |
| (1) MapViewSession | INT | MapViewWeatherLayer | MapViewSession | UserAccountModule |
| (2) Visible | BOOL | MapViewWeatherLayer | ||
| (3) WeatherLayer | INT | MapViewWeatherLayer | WeatherLayer | WeatherLayerModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /mapviewweatherlayer/{id} | deleteMapViewWeatherLayerById(id) | UserAccountModule | DELETE | MapViewWeatherLayer |
| (2) /mapviewweatherlayer/{id} | updateMapViewWeatherLayerById(mapviewweatherlayer) | UserAccountModule | PUT | MapViewWeatherLayer |
| (3) /mapviewweatherlayer/mapviewsession/{id} | findAllMapViewWeatherLayerOfMapViewSession(id) | UserAccountModule | GET | MapViewSession MapViewWeatherLayer |
| (4) /mapviewweatherlayer/weatherlayer/{id} | findAllMapViewWeatherLayerOfWeatherLayer(id) | UserAccountModule | GET | WeatherLayer MapViewWeatherLayer |
| (5) /mapviewweatherlayer/{id} | findMapViewWeatherLayerById(id) | UserAccountModule | GET | MapViewWeatherLayer |
| (6) /mapviewweatherlayer | insertMapViewWeatherLayer(mapviewweatherlayer) | UserAccountModule | POST | MapViewWeatherLayer |
| (7) /mapviewweatherlayer | findAllMapViewWeatherLayer() | UserAccountModule | GET | MapViewWeatherLayer |
Example:
final MapViewWeatherLayer mapviewweatherlayer = (MapViewWeatherLayer) invokeModule(USER_ACCOUNT_MODULE + "/mapviewweatherlayer/" + id, MapViewWeatherLayer.class);| Contact | Donate | Imprint |