Hi,
At the minute, there is no way to add tile layers. If you want this feature, you need to implement it on your own.
Your custom layer class has to be inherited from MapSurfer.Layers.Layer class. All drawing operations has to be done in overloaded function
public override void Render(IRenderer renderer, RenderContext context)
// draw tiles within a map view.
// draw polyline