I created my own widget to be used in flexviewer but I get the message "To resolve the leak, define com.esri.ags.geometry.WebMercatorMapPoint in the top-level application."
I already saw a recommendation to resolve this issue is to
import com.esri.ags.geometry.MapPoint; in your main mxml.
The widget has aleady this import, so in flexviewer the top-level application is considered to be what?
Thanks.