Hello, I'm developing offline map for iOS using TPK package as a basemap and some local shape files for feature layers. Everything is working fine except labeling. I have a huge data more than thousand points in the map which is loading from table in shape file, I want to show each POI name as a text/label instead of dot or it could be placed next to dot in the map. I've tried to see documentation and I found only Label expression which is for online use only, but no luck for my case. Is there any other solution? I also tried clusters but it seems for symbols and online data only. May be I cannot getting there how to implement it in offline environment ? Thanks in advance.