对于此处的入门商业计划,什么构成交易?

For the here starter business plan, what constitutes a transaction?

有人问了类似的问题 here but didnt seem to be actually answered. I am looking into mapping options for a project, and am thinking about the business starter plan listed on this page

使用详情表明,对于加载地图,15 "tiles" 被视为一次交易。首先,什么是"tile"?其次(也是最重要的),如果用户放大或平移地图会发生什么?然后加载更多的瓷砖?对于我的用例,每天将使用大约 300-400 个地图加载,但是将与这些地图进行交互(放大以查看详细信息,缩小以查看附近工作的位置等)。如果这些地图加载中的每一个都可能引发更多事务,那么突然之间 150k transactions/month 可能就太少了。想法?

First, what is a "tile"? 

一张图片,带有按请求加载的渲染地图数据。用户将看到的典型屏幕将由几个图块组成。大约 15 个图块,但这取决于图块大小、分辨率等。

Second (and most importantly), what happens if the user zooms in, or pans the map?

它们将针对新位置、新缩放级别等再次加载。