Web API Reference MapGuide Open Source
MgMapPlot::MgMapPlot ( MgMap map,
MgCoordinate center,
double  scale,
MgPlotSpecification plotSpec,
MgLayout layout 
)

Create and initialize an MgMapPlot instance using the specified center and scale. Sets the MapPlotInstruction value appropriately.

.NET Syntax
MgMapPlot(MgMap map, MgCoordinate center, double scale, MgPlotSpecification plotSpec, MgLayout layout);
Java Syntax
MgMapPlot(MgMap map, MgCoordinate center, double scale, MgPlotSpecification plotSpec, MgLayout layout);
PHP Syntax
MgMapPlot(MgMap map, MgCoordinate center, double scale, MgPlotSpecification plotSpec, MgLayout layout);

Returns:
Nothing.


Comments or suggestions? Send us feedback.