Location Component Options
This class exposes options for the Location Component. The options can be set by defining a style in your apps style.xml file and passing in directly into the LocationPluginImpl class. Alternatively, if properties need to be changed at runtime depending on a specific state, you can build an instance of this class, setting the values you desire, and then passing it into either the LocationPluginImpl activation method (if it isn't initialized yet) or applyStyle .
When the createFromAttributes methods called, any attributes not found inside the style will revert back to using their default set values. Likewise, when building a new LocationComponentOptions class using the builder, any options neglecting to be set will reset to their default values.
If you would like to keep your custom style changes while modifying a single attribute, you can get the currently used options object using getLocationComponentOptions and it's {@code toBuilder}
method to modify a single entry while also maintaining the other settings. Once your modifications have been made, you'll need to pass it back into the location component using applyStyle .
Deprecated
Use LocationComponentPlugin instead.
Constructors
Types
Functions
Properties
Default maximum radius of the LocationComponent circle when it's pulsing.
Creator for parcelable implementation.