Fixed
Status Update
Comments
jh...@google.com <jh...@google.com>
jh...@google.com <jh...@google.com> #2
The opt-in period for this product is starting today.
Please also see our blog post on the Google Maps APIs Blog for more information:https://maps-apis.googleblog.com/2018/02/updated-basemap-style-for-google-maps.html .
Please also see our blog post on the Google Maps APIs Blog for more information:
di...@google.com <di...@google.com> #3
The new basemap style will switch from opt-in to opt-out within the next few weeks.
Should you wish to temporarily opt-out, add the following to your app:
NSArray *options = @[@"B3H9HE845CFHYG"];
BOOL didSetApiOptions = [GMSServices provideAPIOptions:options];
NSLog(@“Options were set: %d”, didSetApiOptions);
We will keep posting updates here closer to date.
Should you wish to temporarily opt-out, add the following to your app:
NSArray *options = @[@"B3H9HE845CFHYG"];
BOOL didSetApiOptions = [GMSServices provideAPIOptions:options];
NSLog(@“Options were set: %d”, didSetApiOptions);
We will keep posting updates here closer to date.
av...@google.com <av...@google.com> #4
The opt-out period has started. Your app will get the updated basemap style unless the opt-out code is included, as specified above.
Updated Release Notes are available at:https://developers.google.com/maps/documentation/ios-sdk/releases
Updated Release Notes are available at:
di...@google.com <di...@google.com> #5
The opt-out period will end on October 31st. Your app will only get the updated basemap style after that.
lm...@google.com <lm...@google.com> #6
The opt-out period has ended as of November 1st. Your app will now only get the updated basemap style.
Updated Release Notes are available at:https://developers.google.com/maps/documentation/ios-sdk/releases
Updated Release Notes are available at:
Description
For the Places API for iOS Place Picker, the transition for the new Basemap style will happen in several steps; with an opt-in period (defaulting to the previous style) and an opt-out period (defaulting to the new style) before the new style is applied on all iOS apps. As for the new place markers, they will be enabled in early February 2018 by default.
For the Basemap changes, these milestones are as follows:
Opt-in period: starting in early February 2018
Opt-out period: around May 2018.
End of opt-out period: around August 2018.
The instructions to opt-in and opt-out will be included Google Places API for iOS release notes [2] at the release times mentioned above. The opt-in and opt-out features will consist of a small update in your app's GMSServices [3] configuration.
We will keep this issue updated as we approach milestones.
[1]:
[2]:
[3]: