I need some help.
I am looking to allow users to add roads to my map. I want to store the user defined roads in an sqlserver2008 database. That is working fine, but I also want to use a snapto feature that will snap these roads to the nearest "local roads (40)" layer. I am wondering how do I get the nearest feature to a point using WorldMapKitRenderLayer.cs from the demo project? Is that possible? I see the layer in the collection of static layers, but they are only retrievable by index and not name.