Package provided.owlMaps.general
Interface IOptionsKeys
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
ICircleOptions
,IGroundOverlayOptions
,IIconOptions
,IIconSequenceOptions
,IInfoWindowOptions
,IMapDataOptions
,IMapDataStyleOptions
,IMapOptions
,IMarkerLabelOptions
,IMarkerOptions
,IPolygonOptions
,IPolylineOptions
,IRectangleOptions
,ISymbolOptions
public interface IOptionsKeys
extends java.io.Serializable
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
Parent interface of IXXXOptions interfaces Provides base level services.
Parent interface of IXXXOptions interfaces Provides base level services.
- Author:
- swong
-
Method Summary
Static Methods Modifier and Type Method Description static provided.mixedData.IMixedDataDictionary
makeDefault()
Returns an empty options dictionary (IMixedDataDictionary).
-
Method Details
-
makeDefault
static provided.mixedData.IMixedDataDictionary makeDefault()Returns an empty options dictionary (IMixedDataDictionary). Use this method in sub-interfaces rather than directly instantiating the IMixedDataDictionary to achieve a consistent base dictionary.- Returns:
- an empty IMixedDataDictionary
-