-
Notifications
You must be signed in to change notification settings - Fork 948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Google Static Maps] Handle styled Maps with the "style" parameter #826
Labels
triage me
I really want to be triaged.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Comments
Kobee1203
added
triage me
I really want to be triaged.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
labels
May 12, 2022
Kobee1203
changed the title
[Google Static Maps] Handle styles Maps with the "style" parameter
[Google Static Maps] Handle styled Maps with the "style" parameter
May 12, 2022
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you! |
... |
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you! |
It is still valid. |
This is what I did as a minimum workaround:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
triage me
I really want to be triaged.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
I use the Google Static Maps API and I would like to customize the presentation of the Map by applying my own styles.
I found this documentation: https://developers.google.com/maps/documentation/maps-static/styling
Is your feature request related to a problem? Please describe.
But I can't find a method in
StaticMapsRequest.java
to add styles.As an alternative, I used
StaticMapsRequest.custom(...)
method.But I can't add multiple styles, because the
custom
method allows to add just one 'style' parameter.I can't do the following:
Describe the solution you'd like
I would like to have a method to handle the 'style' parameter.
Describe alternatives you've considered
The
custom
method allows to add a single string:An alternative would be to add a new
custom
method that allows a list of Strings:The text was updated successfully, but these errors were encountered: