| Contact | Donate | Imprint |
| MapViewSession | UserAccountModule | FlightRadar |
| Property | Type | Entity | Reference | Module |
| (1) CenterLatitude | DOUBLE | MapViewSession | ||
| (2) CenterLongitude | DOUBLE | MapViewSession | ||
| (3) ClientDevice | STRING | MapViewSession | ||
| (4) ClientIp | STRING | MapViewSession | ||
| (5) EndedAtUtc | DATE | MapViewSession | ||
| (6) StartedAtUtc | DATE | MapViewSession | ||
| (7) UserAccount | INT | MapViewSession | UserAccount | UserAccountModule |
| (8) ZoomLevel | INT | MapViewSession |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /mapviewsession/{id} | findMapViewSessionById(id) | UserAccountModule | GET | MapViewSession |
| (2) /mapviewsession | insertMapViewSession(mapviewsession) | UserAccountModule | POST | MapViewSession |
| (3) /mapviewsession/{id} | updateMapViewSessionById(mapviewsession) | UserAccountModule | PUT | MapViewSession |
| (4) /mapviewsession/useraccount/{id} | findAllMapViewSessionOfUserAccount(id) | UserAccountModule | GET | UserAccount MapViewSession |
| (5) /mapviewweatherlayer/mapviewsession/{id} | findAllMapViewWeatherLayerOfMapViewSession(id) | UserAccountModule | GET | MapViewSession MapViewWeatherLayer |
| (6) /mapviewsession/{id} | deleteMapViewSessionById(id) | UserAccountModule | DELETE | MapViewSession |
| (7) /mapviewsession | findAllMapViewSession() | UserAccountModule | GET | MapViewSession |
| (8) /mapviewfilterpreset/mapviewsession/{id} | findAllMapViewFilterPresetOfMapViewSession(id) | WeatherLayerModule | GET | MapViewSession MapViewFilterPreset |
Example:
final MapViewSession mapviewsession = (MapViewSession) invokeModule(USER_ACCOUNT_MODULE + "/mapviewsession/" + id, MapViewSession.class);| Contact | Donate | Imprint |