Some of the details are missing when programmatically adding features onto a ArcGISLocalFeatureLayer (from mpk).
Eg:
-For point geometry, I could only load the symbol, without the labellings
-For line geometry, the final result is only a simpleLineSymbol (eg: just a solid green line) instead of what was defined in the MPK file (eg an arrow line symbology).
In order words, the symbology defined in MPK using ArcMap, were just replaced by simple solid line of color, missing label data and etc.
Does runtime WPF actually support these symbology on the layers? Please advise what am I missing. >< Thanks in advance!