EmberLeaflet.LayerMixin Class
EmberLeaflet.LayerMixin
provides basic functionality for the Ember
wrapper of Leaflet layers, including instantiating child and parent layers.
Item Index
Properties
Properties
childLayers
Array
private
Reference to parent layer. Never set directly.
Default: []
events
Array
protected
List of all supported events. EmberLeaflet will automatically create and register event handler functions with the same name for events listed in this property.
Define this property in a derived view to add your own custom events.