Difference between revisions of "User:Rand Linden/Notes"

From Second Life Wiki
Jump to navigation Jump to search
(New page: == Map API questions and issues == * I can't seem to set the Map object click and doubleclick handlers. They have the default behavior exhibited on slurl.com, but I'm supposed to be able...)
 
Line 4: Line 4:
* Now that there are 8 zoom levels instead of 6, when you instantiate a Marker, do you use an array of images of size 8 instead of 6?
* Now that there are 8 zoom levels instead of 6, when you instantiate a Marker, do you use an array of images of size 8 instead of 6?
* Had some problems with getCurrentZoomLevel() working at levels 7 and 8.
* Had some problems with getCurrentZoomLevel() working at levels 7 and 8.
* Thoughts about calling it "Map API" instead of "Webmap API"?  Latter just seems awkward.

Revision as of 23:34, 31 January 2009

Map API questions and issues

  • I can't seem to set the Map object click and doubleclick handlers. They have the default behavior exhibited on slurl.com, but I'm supposed to be able to override or supplement that. Also, is (x,y) passed to these event handlers?
  • Now that there are 8 zoom levels instead of 6, when you instantiate a Marker, do you use an array of images of size 8 instead of 6?
  • Had some problems with getCurrentZoomLevel() working at levels 7 and 8.
  • Thoughts about calling it "Map API" instead of "Webmap API"? Latter just seems awkward.