What is the difference between getPOISummary and getPOIAnalytics, and when should I use each?

getPOISummary returns a lightweight list of competitors within a radius; getPOIAnalytics returns the full commercial vehicle metrics for every location in the radius.

Use getPOISummary first to understand how many competitors exist at a given radius and to collect locationId values for the locations you want to analyze further. getPOIAnalytics processes significantly more data, takes longer, and should be reserved for locations you have already identified as relevant using the summary endpoint.