How to get information of entity on click?

I want to create entity based on lat longs that i get through CSV file… I also has information like street,city,postal code…

When i click on entity it should display the data in a pop up. How can i do that… Any suggestion like how to append the data to entity…

Please find attached picture for clear understanding…

Thanks,

This is how i want to plot entity and when i click on one entity it should be able to display pop up with the information of entity…

Can someone give suggestions or bit of code how to append data to entity on creation and on click how can i retrieve data of particular entity.

You can do this by setting an entity description property, like in this tutorial:

Let me know if that works!