You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Label property on MapMarkers is currently a string, but the StaticMaps API only allows labels to be a single uppercase character or digit, per below. So it would prevent some issues to change that property to be a character type instead of a string.
label: (optional) specifies a single uppercase alphanumeric character from the set {A-Z, 0-9}. (The requirement for uppercase characters is new to this version of the API.) Note that default and mid sized markers are the only markers capable of displaying an alphanumeric-character parameter. tiny and small markers are not capable of displaying an alphanumeric-character.
The text was updated successfully, but these errors were encountered:
The Label property on MapMarkers is currently a string, but the StaticMaps API only allows labels to be a single uppercase character or digit, per below. So it would prevent some issues to change that property to be a character type instead of a string.
label: (optional) specifies a single uppercase alphanumeric character from the set {A-Z, 0-9}. (The requirement for uppercase characters is new to this version of the API.) Note that default and mid sized markers are the only markers capable of displaying an alphanumeric-character parameter. tiny and small markers are not capable of displaying an alphanumeric-character.
The text was updated successfully, but these errors were encountered: