Fixed
Status Update
Comments
an...@google.com <an...@google.com> #2
Thanks for reporting this issue. We verified it and we'll keep tracking it. Once we’ve received more information, we’ll follow up with an update.
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
We have a fix for this issue, however due to the release process it will not be available until mid-2018. We thank you all for your patience.
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.