Oops, seems like ViewRenderer constructor is internal. So I am trying with a PageRenderer...but how do I pass my ViewModel data or any data into it though?
Am I on the right path, or what is the right way to include a native control inside a Xamarin Form control?
If you are looking for a standard maps implementation there is a separate NuGet package named "Xamarin.Forms.Maps". It should contain the renderer that you are after.
@TamasMatrai It actually does... it is just internal so you can't get at it. That is how they have it locked down to customization pretty well... you can't customize it at all :-)
Posts
Oops, seems like ViewRenderer constructor is internal. So I am trying with a PageRenderer...but how do I pass my ViewModel data or any data into it though?
Am I on the right path, or what is the right way to include a native control inside a Xamarin Form control?
If you are looking for a standard maps implementation there is a separate NuGet package named "Xamarin.Forms.Maps". It should contain the renderer that you are after.
It does not contain a renderer.
@TamasMatrai It actually does... it is just internal so you can't get at it. That is how they have it locked down to customization pretty well... you can't customize it at all :-)
@mevans9 You have right, but the result is the same for me: it does not exist for me to customise. And it is much more important, than its reason