MF.map.google.Adapter
Table of Contents
MF.map.google.Adapter
This object is used to adapt Mapfluence layers (MF.layer) to a representation supported by Google Maps JavaScript API V3.
This object is used by MF.map.google.Manager, and may also be used directly in applications that manage the Google map client directly.
Member of: MF.map.google
Extends: MF.map.base.Adapter
Constructor
- MF.map.google.Adapter()
Methods
adaptLayer
Adapt a Mapfluence layer for use as an overlay layer with Google Maps.
- MF.map.google.Adapter#adaptLayer(layer)
Arguments: - layer – (Object) - The Mapfluence layer to adapt; must be dervied from MF.layer.tile.Base.
Returns: (Object) - An adapted layer of type google.maps.ImageMapType.
