new GraphicsRecord(esriBundle, apiRef, name)
- Source:
Create a graphics layer record with the appropriate geoApi layer type. TODO: possibly have an intermediate class between root and layerRecord to have all the duplicated items, such as hovertips. TODO: add identify functionality and fix any other features that might need to be modified
Parameters:
| Name | Type | Description | 
|---|---|---|
| esriBundle | Object | bundle of API classes | 
| apiRef | Object | object pointing to the geoApi. allows us to call other geoApi functions. | 
| name | String | name and id of the layer. |