In the Flexviewer 3.2 project, I loaded the source code for Google Street Viewer for Viewer 2.1-2.4, from http://www.arcgis.com/home/item.html...32b48e5f64ca74. Then I got 2 kinds of errors:
1) Type 1067: Implicit coercion of a value of type Array to an unrelated type com.esri.ags.tasks.supportClasses:ProjectParameters. StreetviewWidget.mxml /FlexViewer/src/widgets/StreetView_v3 line 156 Flex Problem
2) Type 1067: Implicit coercion of a value of type com.esri.ags:SpatialReference to an unrelated type mx.rpc:IResponder. StreetviewWidget.mxml /FlexViewer/src/widgets/StreetView_v3 line 156 Flex Problem
I guess they are related to the version change. What should I do to fix the errors? Thanks.
1) Type 1067: Implicit coercion of a value of type Array to an unrelated type com.esri.ags.tasks.supportClasses:ProjectParameters. StreetviewWidget.mxml /FlexViewer/src/widgets/StreetView_v3 line 156 Flex Problem
2) Type 1067: Implicit coercion of a value of type com.esri.ags:SpatialReference to an unrelated type mx.rpc:IResponder. StreetviewWidget.mxml /FlexViewer/src/widgets/StreetView_v3 line 156 Flex Problem
I guess they are related to the version change. What should I do to fix the errors? Thanks.