Describes the drawing style for a stamp image over a GMSStyleSpan.
Note
Only supports transparent background. If any color is set to the GMSStyleSpan it will
only be treated as a fallback.
Note
Use of GMSSpriteStyle requires Metal rendering framework. See
GMSServices::setMetalRendererEnabled:(BOOL) to learn how to enable Metal. If GMSStyleSpan is
added to a map without Metal being enabled, the stamp will not render and instead the polyline
span will attempt to fallback to any set color. If no color is set, it will fallback to the
default polyline color, [UIColor blueColor].
Note
Use GMSMapView::mapCapabilities property to query if a GMSMapView supports
GMSSpriteStyle.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-15 UTC."],[[["`GMSSpriteStyle` defines the style for displaying a stamp image on a `GMSStyleSpan`, utilizing a transparent background."],["It requires enabling Metal rendering through `GMSServices::setMetalRendererEnabled:(BOOL)` for proper functionality."],["If Metal is not enabled, the stamp might not render, potentially falling back to a default color for the polyline span."],["You can check if a `GMSMapView` supports `GMSSpriteStyle` by using its `mapCapabilities` property."],["`GMSSpriteStyle` can be initialized with a `UIImage` to define the stamp's appearance."]]],[]]