Sllogo

Webmap API

Announcements

  • 6-05-06 - A new zoom level has been added. If you use markers, to support this zoom level you'll need to define additional markers. Example Link.
  • 6-05-06 - If you prefer to use single click actions instead of double click actions, this is now implemented. Example Link.
  • 2-13-06 - A new getRegionName function has been added. Example Link.
  • 2-06-06 - A whole bunch of new things. gotoSLURL is now fixed to work as expected now (thank you Steve R). Also, there are a bunch of new marker options: you can now specify autopanOnClick, autopanPadding, verticalAlign, horizontalAlign and zLayer.. Read more in the API specification. Link.
  • 1-20-06 - The div element passed to the SLMap constructor no longer needs to be absolutely positioned. What this means is that it'll be a lot easier for you to integrate a SLMap into your pages.
  • 1-19-06 - Thanks to a suggestion, SLPoint is now case insensitive. Link.
  • 1-18-06 - SLPoint now only takes a lowercased region names. Link.
  • 1-18-06 - SLMap can now take an onStateChangedHandler option, which will invoke the function you pass to it whenever the state of the map changes. Link.
  • 1-16-06 - Good news!! We've been getting requests from you for a way to use region names instead of XY coodinates. Well, you can do this now with the map. Link.
  • 1-12-06 - The Map API URL has been changed. Please use

    <script src="http://secondlife.com/apps/mapapi/" type="text/javascript"></script>

    on your pages now.
  • Also as you've probably noticed, you can find this documentation at http://secondlife.com/developers/mapapi/ now.