-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
I'll dive into the code to figure this out for myself before I submit my next version but I am hoping someone can just answer if they already know.
Is the Google Maps iOS SDK being used for iOS? As stated in the Google documentation, including the attribution text in the app is required if so and you can get this by using [GMSServices openSourceLicenseInfo] which is given by the Xamarin Nuget package Xamarin.Google.iOS.Maps through the property Google.Maps.MapServices.OpenSourceLicenseInfo.
If the Google Maps SDK is being used and the attribution thus required, I think the following changes should be made to this library:
- The attribution text should be served through this library to avoid having to include the Google nuget package directly
- This requirement should be documented in the wiki
Metadata
Metadata
Assignees
Labels
No labels