Stay organized with collections
Save and categorize content based on your preferences.
public final class
FeatureStyle
extends AbstractSafeParcelable
Data-driven styling features are not available to the Navigation SDK. They exists for compile
time compatibility with com.google.android.gms:play-services-maps only.
The feature style to specify how the style of a Feature should be modified on a map.
[[["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 2025-01-17 UTC."],[[["`FeatureStyle` allows modification of how a `Feature` is displayed on a map, such as its fill color, point radius, stroke color, and stroke width."],["Data-driven styling features within `FeatureStyle` are not supported in the Navigation SDK and are present solely for compatibility with `play-services-maps`."],["A `FeatureStyle.Builder` class facilitates the configuration of `FeatureStyle` instances."],["Methods like `getFillColor`, `getPointRadius`, `getStrokeColor`, and `getStrokeWidth` allow retrieval of the style properties."]]],[]]