Package provided.owlMaps.map.data
Interface IMapDataOptions
- All Superinterfaces:
IOptionsKeys
,java.io.Serializable
public interface IMapDataOptions extends IOptionsKeys
Options that can be set of a map's data.
- Author:
- swong
-
Field Summary
Fields Modifier and Type Field Description static java.util.UUID
OPTIONS_ID
Unique identifier for this class of options.static provided.mixedData.MixedDataKey<provided.mixedData.IMixedDataDictionary>
STYLE
Style for all features in the collection. -
Method Summary
Static Methods Modifier and Type Method Description static provided.mixedData.IMixedDataDictionary
makeDefault()
Make a dictionary of the default options for the component.static IOptionsFiller
makeOptionsFiller(ICefUtils cefUtils)
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.
-
Field Details
-
OPTIONS_ID
static final java.util.UUID OPTIONS_IDUnique identifier for this class of options. Always refer to this field by name and not by its value to ensure compatibility when the codebase is updated as the value of the field may change! -
STYLE
static final provided.mixedData.MixedDataKey<provided.mixedData.IMixedDataDictionary> STYLEStyle for all features in the collection. For more details, see the setStyle() method above.
-
-
Method Details
-
makeDefault
static provided.mixedData.IMixedDataDictionary makeDefault()Make a dictionary of the default options for the component.- Returns:
- A dictionary with any default options
-
makeOptionsFiller
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory to create the IOptionsFiller that converts the component options into their corresponding Javascript Google Map component options.- Parameters:
cefUtils
- The ICefUtils created by the system- Returns:
- An IOptionsFiller for this component's options.
-