Linden Lab Official:Map API Reference

From Second Life Wiki
Revision as of 18:32, 21 January 2009 by Rand Linden (talk | contribs)
Jump to navigation Jump to search

SLMap

This class represents the map.

Constructor

SLMap (HTMLElement container, SLMapOptions options)

Creates the map. The SLMapOptions argument is optional.

Methods

Method Return Value Description

centerAndZoomAtSLCoord(
  XYPoint coordinate,
  int zoom)

None

Centers and zooms the map to the specified location.