The column
Icon in the report can refer to icons loaded from application static files.
Query for map plugin:
select c003 as lat, c004 as lng, c002 as name,
c001 as id, c002 || ' (id=' || c001 || ')' as info ,
c008 AS icon
from apex_collections
where collection_name = 'MAP'
The JavaScript Initialization Code is set to:
this.options.iconBasePath = '#APP_IMAGES#';