Difference between revisions of "Linden Lab Official:Map API Introduction"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{| cellpadding=10
{|  
|--
|--
|valign=top|
|valign=top|
Line 14: Line 14:


For more information, see the [[Map API]] documentation.
For more information, see the [[Map API]] documentation.
| {{:Web Services Portal/navigation}}
|width=20| 
|valign=top| {{:Web Services Portal/navigation}}
|}
|}



Revision as of 14:24, 26 October 2010

What is the Map API?

Extend the reach of your Web site into Second Life using the Second Life Map API, which enables you to embed interactive Second Life maps directly into your web pages. These maps look and act much like Google Maps, except that, instead of the Earth, they display the topography of the Second Life virtual world. See http://maps.secondlife.com/ for an example.

When you use the Map API to embed Second Life maps on your site, your visitors can:

  • Click and drag the mouse pointer to pan the map view up, down, left, and right.
  • Double-click to zoom in by one level (power of two) and display the teleport window.
  • Click anywhere on the map to open a "teleport" window.
  • Use the mouse wheel or pan controls to zoom in and out.

For more information, see the Map API documentation.

 

What is DirectSLurl?

DirectSLurl is a web-to-inworld URL that teleports users to a specified Second Life location when they click on a special web-based URL, known as a SLurl. If the user has already installed the Second Life Viewer, then the Viewer starts and they are automatically given a dialog box to teleport to the location specified by the SLurl. If the user doesn't have an account, they are sent to the Second Life registration page; when they complete registration, download, install, and run the client, they automatically start at the location specified by the SLurl. DirectSLurl is an easy way to bring people to your location in Second Life without the programming requirements of the Registration API. You don't even need to use the Map API to take advantage of DirectSLurl, though you can use both for a more customized user experience. For more information, see Using Second Life URLs (SLurls) on the Second Life Wiki.

Terms of Use

All participants in Linden Lab's API program must abide by the API Terms Of Use.