The iGoogleMaps library allows you to show a map inside your app:
It is similar to B4A GoogleMaps library.
1. In order to use it you need to get a free api key from Google. Follow the "Obtaining an API Key" steps: https://developers.google.com/maps/documentation/ios/start#obtaining_an_api_key
2. If you are using a local Mac builder then you need to first download the SDK to your Mac computer: https://www.b4x.com/android/forum/threads/googlemaps-tutorial.47019/page-3#post-358138
And copy GoogleMaps.framework package to the Libs folder.
Start with the attached project. You will need to change the package name.
When you are ready to start a new project you need to:
3. Add these two attributes to your project (if you want to show the user location):
You can change the description text.
4. Copy the GoogleMaps.bundle folder from the example project (under Files\Special) to Files\Special in your project.
You can download the example project from: www.basic4ppc.com/b4i/files/GoogleMaps.zip

It is similar to B4A GoogleMaps library.
1. In order to use it you need to get a free api key from Google. Follow the "Obtaining an API Key" steps: https://developers.google.com/maps/documentation/ios/start#obtaining_an_api_key
2. If you are using a local Mac builder then you need to first download the SDK to your Mac computer: https://www.b4x.com/android/forum/threads/googlemaps-tutorial.47019/page-3#post-358138
And copy GoogleMaps.framework package to the Libs folder.
Start with the attached project. You will need to change the package name.
When you are ready to start a new project you need to:
3. Add these two attributes to your project (if you want to show the user location):
B4X:
#PlistExtra:<key>NSLocationWhenInUseUsageDescription</key><string>Used to display the current navigation data.</string>
#PlistExtra:<key>NSLocationUsageDescription</key><string>Used to display the current navigation data.</string>
4. Copy the GoogleMaps.bundle folder from the example project (under Files\Special) to Files\Special in your project.
You can download the example project from: www.basic4ppc.com/b4i/files/GoogleMaps.zip
Last edited: