Now it's easier than ever with Avonni Map's new "Pin" marker type!
.png)
The latest Avonni Components release includes a new "Pin" marker type for the Avonni Map Component. Configure it directly in your Screen Flow settings. No complex customizations. No design required. Focus on your data; the visualization handles itself.
The Pin marker type lets you adjust scale, fill color, fill opacity, and stroke properties in the Flow configuration UI.
Getting started with the Pin marker type
To implement the Pin marker type in your Avonni Map:

Example: account locations by type
Visualize all Salesforce accounts on a map with distinct colors by account type. Integrators, Partners, and Investors each get a unique marker color.
Formula:
IF(ISPICKVAL(Type,'Integrator'), '#fcc003',
IF(ISPICKVAL(Type,'Partner'), '#d78ff5',
IF(ISPICKVAL(Type,'Investor'), '#e3066a', '#08abed')))
This formula assigns hex color codes to each account type, with a fallback color for unmapped types.

That's it. Each account pin now displays its color based on account type. The visual distinction makes it trivial to identify trends, prioritize outreach, or allocate resources based on account distribution.
Save time, reduce costs, and see your Salesforce projects come to life faster.