0
votes
0answers
40 views

geocode address then identify layers in mapservice

Looking for some hints/examples on how to handle a task in the flex api. I want to be able to geocode an address which will in turn be used to identify the service (provider) polygons into which it ...
1
vote
1answer
197 views

Difference between DynamicMapServiceLayer and TiledMapServiceLayer

I'm a bit of a noob to Esri still so I have a few questions regarding these two types: What is the difference between DynamicMapServiceLayers and TiledMapServiceLayers? Do separate services need to ...
2
votes
1answer
80 views

Is there an out of the box Flexviewer set up for a Flex Mobile Project?

Question: Is there an out of the box Flexviewer set up for a Flex Mobile Project? Background: I could just create a Flex Mobile AIR Project from one the samples that ESRI supplies, but that would ...
2
votes
1answer
125 views

Custom JSONDecoder for ID Task Result, ESRI Flex API

The problem: When the ESRI API decodes a response from the identify task, there is a few second lock in the Flash application which is due to the decoding of the results. I have used chunk parsing ...