Hello,
I have created a custom provider with my own tiles.
Now,I´d like to create three map modes with different tiles. (Roal, Aerial.. as Bing or Google)
I want to show my modes on the toolbar so the user could change view easily.
How can I do that? I have no idea where I have to indicate the different modes. I have my TilesProvides created like that
But I need three different Uris for each MapMode. Do I have to create three different providers?
If so, How can I add this providers to the toolBar?
Thank you very much,
Esther
I have created a custom provider with my own tiles.
Now,I´d like to create three map modes with different tiles. (Roal, Aerial.. as Bing or Google)
I want to show my modes on the toolbar so the user could change view easily.
How can I do that? I have no idea where I have to indicate the different modes. I have my TilesProvides created like that
Public Sub New(ByVal tileLocation As String, ByVal tileUri As String) MyBase.New() Dim source As New NavteqMapSource(tileLocation, tileUri) Me.MapSources.Add(source.UniqueId, source) End SubBut I need three different Uris for each MapMode. Do I have to create three different providers?
If so, How can I add this providers to the toolBar?
Thank you very much,
Esther