Fixed
Status Update
Comments
an...@google.com <an...@google.com> #2
Not starting yet? It's already "Early in March" enough (Mar/14/2018 PDT)
an...@gmail.com <an...@gmail.com> #3
Masashi & all, thank you for enquiring about this.
The opt-in period has been moved to April 2018. We'll be sure to update this thread when closer from the exact milestones.
The opt-in period has been moved to April 2018. We'll be sure to update this thread when closer from the exact milestones.
jh...@google.com <jh...@google.com>
jh...@google.com <jh...@google.com>
jh...@google.com <jh...@google.com>
jh...@google.com <jh...@google.com> #4
As outlined in the recent release notes for the Maps Android API [https://developers.google.com/maps/documentation/android-api/releases ], this feature is now available for the new basemap style.
To opt-in, add the following tag to your AndroidManifest.xml file, within the <application> tags. The user's device must have at least Google Play Services version 12.0.0 in order for the opt-in to work.
<meta-data android:name="com.google.android.gms.maps.API_OPTIONS" android:value="B3MWHUG2MR0DQW"/>
To opt-in, add the following tag to your AndroidManifest.xml file, within the <application> tags. The user's device must have at least Google Play Services version 12.0.0 in order for the opt-in to work.
<meta-data android:name="com.google.android.gms.maps.API_OPTIONS" android:value="B3MWHUG2MR0DQW"/>
Description
# It is OK to share your API Project ID, but _not_ API keys.
What steps will reproduce the problem?
1. Check the sample project
2. Load map_style_1.json that contains the following
[
{
"featureType": "poi",
"stylers": [
{
"visibility": "on"
}
]
},
{
"featureType": "poi",
"elementType": "labels.icon",
"stylers": [
{
"saturation": -30
}
]
}
]
3. The POI icons are not visible. If you remove the style for saturation, everything works as expected.
- Device (and version of Android) you have verified this issue on:
- Google Play Services client library version: 11.0.4
- Google Play Services version on the device: ? 11.0.55
- Android SDK Version: ? 7.1.1
- Was this working correctly on a previous version of Google Play Services? n/a
The same style works correctly on Maps SDK for iOS.