I was using Flex to implement RouteTask, such as Find Route Directions. While there were compile errors "Type was not found or was not a compile-time constant: FeatureSet" in the following code.
do I need to add aditional SWC besides agslib - 1.3?
*************************************** private var stopsFS:FeatureSet = new FeatureSet(); var stop:AddressCandidate = addressCandidates[0]; ***************************************