This is a demo of the Trenord Mobility Search Web Component.
This web component launches a search on the geOps Stops API
Every parameters of the geOps Stops API:
The list of parameters of the geOps Stops API can be found here.
document.getElementById('search').addEventListener('mwc:attribute', (event) => {
console.log('Display last data received:', event.data);
});
>> Usage example Map Component