As I understand Google Maps utils for iOS is not framework and just contains some classes, however it’s dependet on Google Maps framework and so binding fails as it cannot find “GoogleMaps.h”. The generated java classes then fail with internal error. So how it can be accomplished? I have attached used nbc file. UtilsBinding.nbc (902 Bytes)
Big thanks! Now it’s generated correctly.
However there’s still error inside [GMUClusterItemQuadItem initWithClusterItem]
at point GMSMapPoint point = GMSProject(clusterItem.position); EXC_BAD_ACCESS