function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vladimir BessonovVladimir Bessonov 

how to implement online change displaying on map with LWC?

Hi. 
I want to make an LWC MAP component that will display objects GPS updated online. 

how to do it?  
Idia is later connecting this frontend with IoT. 
Is there any sample project with that? 
Vishwajeet kumarVishwajeet kumar
Hello,
Look at this trailhead module (https://trailhead.salesforce.com/content/learn/projects/lwc-build-flexible-apps/inter-comp-events) it has an exmaple on how to display maps from data inside salesforce. 

Thanks.

 
Vladimir BessonovVladimir Bessonov
it will not allow to see changes without rerendering manually 
I wanted to do something like emiAPI (just reading out). 
but for emiAPI I need fisrt create some events, than consume them in LWC. 

Is there simpler way for that?