GoogleHybrid
Summary
Representation of Google's Hybrid.
Constructor
aeris.maps.layers.GoogleHybrid
Syntax
aeris.maps.layers.GoogleHybrid
    
        ()
    
    
    
    
    
    
    
    
  Summary
Item Index
Methods
Properties
Events
Methods
createStrategy_
Syntax
Summary
Create a {aeris.maps.AbstractStrategy} instance.
Override to adjust how strategy objects are instantiated.
Parameters:
- 
                    
                        
StrategyFunctionAbstractStrategy object ctor.
 
Returns:
destroy
Syntax
destroy
    
        ()
    
    
    
    
    
    
    
    
  Summary
getMap
Syntax
getMap
    
        ()
    
    
    
    
    
    
    
    
  Summary
removeStrategy
Syntax
removeStrategy
    
        ()
    
    
    
    
    
    
    
    
  Summary
Remove and clean up the StrategyObject's strategy.
resetStrategy
Syntax
resetStrategy
    
        ()
    
    
    
    
    
    
    
    
  Summary
Reset the rendering strategy used by the object. Useful for re-enabled a strategy which has previously been removed with StrategyObject#removeStrategy
setMap
Syntax
setMap
    
        ()
    
    
    
    
    
    
    
    
  Summary
setStrategy
Syntax
setStrategy
    
        
            (
    
    
    
    
    
    
    
    
  - 
                    
                        
Strategy 
Summary
Set the strategy to use for rendering the StrategyObject.
Parameters:
- 
                    
                        
StrategyFunctionConstructor for an {aeris.maps.AbstractStrategy} object.
 
validate
Syntax
validate
    
        ()
    
    
    
    
    
    
    
    
  Summary
Properties
strategy_
Syntax
strategy_
    aeris.maps.Strategy Strategy constructor.
    
    
    
    
    Summary
Default {aeris.Strategy} implementation
StrategyType_
Syntax
StrategyType_
    function():aeris.maps.AbstractStrategy
    
    
        private
    
    
    
    Summary
Attributes
mapTypeId
    
      
        string
      
    
    
    
    
    
    
    
    
    
    The string representing the Google Map Type. see: https://developers.google.com/maps/documentation/javascript/reference#MapTypeId
Events
strategy:set
Syntax
strategy:set
    
    
    
    
    
  Summary
When a strategy is set on the object.
Event Payload:
- 
                    
                        
strategyaeris.maps.AbstractStrategy