Hi!
I'm trying to implement the SfMaps Control in my Xamarin Forms PCL project. I tried use the code as the samples downloaded with the library but not work for me. I run the sample project and works, but if I create a new project, I get the following error:
Attempt to invoke virtual method 'com.syncfusion.maps.BoundingBox com.syncfusion.maps.ShapeFileHeader.getBoundingBox()' on a null object reference
The control only works for me when I run the sample project, but I can't create my own project with this control.
I have also tried to create a project following the instructions found on the website, but I keep getting the same error
Thanks for your help!!