Google Map Integration

Hi,

Has anyone manage to integrate Google Map into Android app using Cocos2d ? Is there a SDK for it ?

When i searched the forums, the last reply was a few years ago with post saying it is hard with bridging to do.

If you are familiar with building Android apps themselves with the Android SDK Activities/views/surfaces/and either Java or Kotlin, this wouldn’t be too hard to implement with some JNI if you need cocos to go back and forth.

Otherwise I would suggest first building a simple Android app using GoogleMaps, and then seeing how cocos draws onto Android surfaces, then go from there…

1 Like