My program creates a set of locations and a set of pushpins. If the locations are too close together, then it skips a pushpin. Later I want to address all the pushpins but can not use the same counter as locations. Is there a programatic way of checking if a pushpin is present at a location?
if mapobj.pushpin().select = true then ...............
Thanks