... I want the TextSymbol to display custom text for each map point...
public function myTextFunction(point:MapPoint, attributes:Object):String { var label:String = StringUtil.substitute("X: {0}, Y:{1}", point.x, point.y); return label; } ... <esri:TextSymbol background="true" backgroundColor="0xFFFFFF" border="true" ... textFunction="myTextFunction"> <flash:TextFormat bold="true" size="16"/> </esri:TextSymbol>
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.