Fork me on GitHub
Show:

KMLLayerStrategy

Summary

KML Layer Strategy for the Google Maps API.

Constructor

aeris.maps.gmaps.layers.KMLLayerStrategy

Syntax

aeris.maps.gmaps.layers.KMLLayerStrategy

()

Summary

Methods

afterRemove_

Syntax

afterRemove_

() protected

Summary

This method is called after this.mapView_ is set to null;

beforeRemove_

Syntax

beforeRemove_

()

Summary

createView_

Syntax

createView_

()

Summary

destroy

Syntax

destroy

()

Summary

getOptions_

Syntax

getOptions_

() private

Summary

Return options for constructing a {google.maps.KmlLayer}.

getUrl_

Syntax

getUrl_

() private

Summary

Returns KML layer data url

getView

Syntax

getView

() ?Object

Summary

Return the view instance created by the map-rendering API.

Returns:

?Object:

remove

Syntax

remove

()

Summary

Remove the object view from the map view.

setMap

Syntax

setMap

()

Summary

Properties

googleEvents_

Syntax

googleEvents_

aeris.maps.gmaps.GoogleEvents protected

Summary

Helper for binding google.maps.event events.

mapView_

Syntax

mapView_

?google.maps.Map

Summary

The map associated with this object

objectEvents_

Syntax

objectEvents_

Unknown private

Summary

Evens to bind the map view to the object.

Binds object attribute 'change' events to strategy methods.

view_

Syntax

view_

Object

Summary

The view instance created by the map rendering API.