I have a database collection that has an address for each item. How do i integrate a map functionality for each item in the database collection?
Hi Wilson,
Collections allow hooks functionality that can be executed for each returned item.
These hooks activate when you interact with the collection by calling Query, Get, Insert, Remove, Update and Count.
See below for more information.