I have a Feature class (line) which contains m-values. When exported it to KML, I do not get the m-values. Is there a possible workflow to get the m-values when we export feature class to KML or m-values are not retained when exported to KML?Tim WittTim MarquardtDarren WiensRebecca Strauch
If you want to have it in the feature pop up then you should create a field with the M values using Calculating area, length, and other geometric properties—Help | ArcGIS for Desktop or Add Geometry Attributes—Help | ArcGIS for Desktop
A placemark (point) in a KML can only have lat, lon and altitude:
KML Reference | Keyhole Markup Language | Google Developers
To be able to visualize the M value of a geometry (point) you should manage it as an attribute.