<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Failed to display lable of feature layer in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/failed-to-display-lable-of-feature-layer/m-p/317618#M2092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have feature layer created by feature service, the service contain the laber info, but I do not know how to display the label info in the map. Here is the code of the feature layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;BR /&gt;Drawing Info:&lt;BR /&gt;Renderer:&lt;BR /&gt;Simple Renderer:&lt;BR /&gt;Symbol:&lt;BR /&gt;Picture Marker Symbol:&lt;BR /&gt;&lt;BR /&gt;Label: &lt;BR /&gt;Description: &lt;BR /&gt;Transparency: 0&lt;BR /&gt;Labeling Info:&lt;BR /&gt;Label Placement: esriServerPointLabelPlacementAboveRight&lt;BR /&gt;Label Expression: [NOM]&lt;BR /&gt;Use Coded Values: true&lt;BR /&gt;Symbol:&lt;BR /&gt;Simple Text Symbol:&lt;BR /&gt;Color: [0, 0, 0, 255]&lt;BR /&gt;Background Color: N/A&lt;BR /&gt;Outline Color: N/A&lt;BR /&gt;Vertical Alignment: bottom&lt;BR /&gt;Horizontal Alignment: center&lt;BR /&gt;Right to Left: false&lt;BR /&gt;Angle: 0.0&lt;BR /&gt;XOffset: 0.0&lt;BR /&gt;YOffset: 0.0&lt;BR /&gt;Size: 8.0&lt;BR /&gt;Font Family: Arial&lt;BR /&gt;Font Style: normal&lt;BR /&gt;Font Weight: normal&lt;BR /&gt;Font Decoration: none&lt;BR /&gt;Min. Scale: 5000.0&lt;BR /&gt;Max. Scale: 0.0&lt;BR /&gt;&lt;BR /&gt;Has Attachments: false&lt;BR /&gt;&lt;BR /&gt;HTML Popup Type: esriServerHTMLPopupTypeAsHTMLText&lt;BR /&gt;&lt;BR /&gt;Object ID Field: OBJECTID&lt;BR /&gt;&lt;BR /&gt;Global ID Field: &lt;BR /&gt;&lt;BR /&gt;Type ID Field: &lt;BR /&gt;&lt;BR /&gt;Fields:&lt;BR /&gt;OBJECTID ( Type: esriFieldTypeOID, Alias: OBJECTID, Editable: false )&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wonder how to display this information without adding an other layer, because I ve seen a similar question, and the answer is that using the feature layer to show the geometry and using the mapservice(some other layer)to show the label info. I wonder if there are any ways to use a single layer to show them in the same time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Zijian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2014 15:00:22 GMT</pubDate>
    <dc:creator>zijianzhu</dc:creator>
    <dc:date>2014-05-05T15:00:22Z</dc:date>
    <item>
      <title>Failed to display lable of feature layer</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/failed-to-display-lable-of-feature-layer/m-p/317618#M2092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have feature layer created by feature service, the service contain the laber info, but I do not know how to display the label info in the map. Here is the code of the feature layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;BR /&gt;Drawing Info:&lt;BR /&gt;Renderer:&lt;BR /&gt;Simple Renderer:&lt;BR /&gt;Symbol:&lt;BR /&gt;Picture Marker Symbol:&lt;BR /&gt;&lt;BR /&gt;Label: &lt;BR /&gt;Description: &lt;BR /&gt;Transparency: 0&lt;BR /&gt;Labeling Info:&lt;BR /&gt;Label Placement: esriServerPointLabelPlacementAboveRight&lt;BR /&gt;Label Expression: [NOM]&lt;BR /&gt;Use Coded Values: true&lt;BR /&gt;Symbol:&lt;BR /&gt;Simple Text Symbol:&lt;BR /&gt;Color: [0, 0, 0, 255]&lt;BR /&gt;Background Color: N/A&lt;BR /&gt;Outline Color: N/A&lt;BR /&gt;Vertical Alignment: bottom&lt;BR /&gt;Horizontal Alignment: center&lt;BR /&gt;Right to Left: false&lt;BR /&gt;Angle: 0.0&lt;BR /&gt;XOffset: 0.0&lt;BR /&gt;YOffset: 0.0&lt;BR /&gt;Size: 8.0&lt;BR /&gt;Font Family: Arial&lt;BR /&gt;Font Style: normal&lt;BR /&gt;Font Weight: normal&lt;BR /&gt;Font Decoration: none&lt;BR /&gt;Min. Scale: 5000.0&lt;BR /&gt;Max. Scale: 0.0&lt;BR /&gt;&lt;BR /&gt;Has Attachments: false&lt;BR /&gt;&lt;BR /&gt;HTML Popup Type: esriServerHTMLPopupTypeAsHTMLText&lt;BR /&gt;&lt;BR /&gt;Object ID Field: OBJECTID&lt;BR /&gt;&lt;BR /&gt;Global ID Field: &lt;BR /&gt;&lt;BR /&gt;Type ID Field: &lt;BR /&gt;&lt;BR /&gt;Fields:&lt;BR /&gt;OBJECTID ( Type: esriFieldTypeOID, Alias: OBJECTID, Editable: false )&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wonder how to display this information without adding an other layer, because I ve seen a similar question, and the answer is that using the feature layer to show the geometry and using the mapservice(some other layer)to show the label info. I wonder if there are any ways to use a single layer to show them in the same time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Zijian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 15:00:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/failed-to-display-lable-of-feature-layer/m-p/317618#M2092</guid>
      <dc:creator>zijianzhu</dc:creator>
      <dc:date>2014-05-05T15:00:22Z</dc:date>
    </item>
  </channel>
</rss>

