Solved! Go to Solution.
<bing>from this page:
If using Bing Maps for maps or geocoding, you need to provide your key, which has the following attribute:The following is a subset of the config.xml file and its general properties:
- key???Your bing key. Required.
<configuration> <title>ArcGIS Viewer for Flex</title> <subtitle>... using ArcGIS</subtitle> <logo>assets/images/logo.png</logo> <style> <colors>0xFFFFFF,0x333333,0x101010,0x000000,0xFFD700</colors> <alpha>0.8</alpha> </style> <bing key="your-bing-key"/> ... </configuration>
<bing>from this page:
If using Bing Maps for maps or geocoding, you need to provide your key, which has the following attribute:The following is a subset of the config.xml file and its general properties:
- key???Your bing key. Required.
<configuration> <title>ArcGIS Viewer for Flex</title> <subtitle>... using ArcGIS</subtitle> <logo>assets/images/logo.png</logo> <style> <colors>0xFFFFFF,0x333333,0x101010,0x000000,0xFFD700</colors> <alpha>0.8</alpha> </style> <bing key="your-bing-key"/> ... </configuration>