I m exploring GDAL support for Xamarin,iOS and Mac and found ThinkGEO.GDAL nugget package. I just want to confirm would this nugget package support GDAL functionality, vector rester manipulation?
Just accessed some method and throwing some exception.
Example
Ogr.RegisterAll();
Driver drv = Ogr.GetDriverByName("ESRI Shapefile”);
Just wanted to confirm will this nuggetpackege support GDAL and if it is do you have any document?
Regards
Dev