Web API Reference
MapGuide Open Source
Main Page
Modules
Namespaces
Classes
Files
MgMap
Create
Create
GetDataExtent
GetDisplayDpi
GetDisplayHeight
GetDisplayWidth
GetFiniteDisplayScaleAt
GetFiniteDisplayScaleCount
GetLayerGroups
GetLayers
GetMapDefinition
GetMapExtent
GetMapSRS
GetName
GetObjectId
GetSessionId
GetViewCenter
GetViewScale
MgMap
Open
MgLayerGroupCollection
* MgMap::GetLayerGroups
(
)
Returns this maps layer groups.
.Net Syntax
MgLayerGroupCollection
GetLayerGroups()
;
Java Syntax
MgLayerGroupCollection
GetLayerGroups()
;
PHP Syntax
MgLayerGroupCollection
GetLayerGroups()
;
Returns:
Returns an
MgLayerGroupCollection
that contains the map layer groups.
Example (PHP)
See
MgMap Class
.