akela_p501usa's profileakela_p501usa's spacePhotosBlogListsMore Tools Help

Blog


    December 22

    MAP API REFERENCE

     

     

     

    Type

     

     

     

    Version 1

    Version 2
    constructor GMap(container, mapTypes?, width?, height?)
    GMap2(container, opts?)
    method GMap.getCenterLatLng()
    GMap2.getCenter()
    method GMap.getBoundsLatLng()
    GMap2.getBounds()
    method GMap.getSpanLatLng()
    GMap2.getBounds()
    method GMap.getZoomLevel()
    GMap2.getZoom()
    method GMap.centerAtLatLng(center)
    GMap2.setCenter(center, zoom?, type?)
    method GMap.centerAndZoom(center, zoom)
    GMap2.setCenter(center, zoom?, type?)
    method GMap.recenterOrPanToLatLng(center)
    GMap2.panTo(center)
    method GMap.zoomTo(level)
    GMap2.setZoom(level)
    method GMap.openInfoWindow(point, node, offset?, onopen?, onclose?)
    GMap2.openInfoWindow(point, node, opts?)
    method GMap.openInfoWindowHtml(point, html, offset?, onopen?, onclose?)
    GMap2.openInfoWindowHtml(point, html, opts?)
    method GMap.openInfoWindowXslt(point, node, xslturi, offset? , onopen?, onclose?)
    -
    method GMap.showMapBlowup(point, node, offset?, onopen?, onclose?)
    GMap2.showMapBlowup(point, opts?)
    event GMap.click(overlay, point)
    GMap2.click(overlay, point)
    event GMap.zoom(oldLevel, newLevel)
    GMap2.zoomend(oldLevel, newLevel)
    constructor GMarker(point, icon?)
    GMarker(point, icon?, inert?)
    method GMarker.openInfoWindow(content)
    GMarker.openInfoWindow(content, opts?)
    method GMarker.openInfoWindowHtml(content)
    GMarker.openInfoWindowHtml(content, opts?)
    method GMarker.openInfoWindowXslt(xml, xslt)
    -
    method GMarker.showMapBlowup(zoom?, type?)
    GMarker.showMapBlowup(opts?)
    constructor GPolyline(points, color?, weight?, opacity?)
    GPolyline(points, color?, weight?, opacity?)
    constructor GIcon(copy?)
    GIcon(copy?, image?)
    constructor GBounds(minx, miny, maxx, maxy)
    GBounds(points)
    constant G_MAP_TYPE
    G_NORMAL_MAP
    constant G_SATELLITE_TYPE
    G_SATELLITE_MAP
    constant G_HYBRID_TYPE
    G_HYBRID_MAP
    static method GXml.parse(xmltext)
    GXml.parse(xmltext)
    method GXslt.transformToHtml(xmlnode, htmlnode)
    GXslt.transformToHtml(xmlnode, htmlnode)
    December 19

    Talking about Perhaps

     

    Quote

    Perhaps
    Perhaps you saw me as an injured bird
    In need of love and rest
    And though you held me close
    I wonder if you'll make me fly
    Because your other friends protest
    If I should fall to my death
    Please know it's 'cause you made it so


    Love is an action verb!
    Wanna shout you ain't worthy
    Never were, but deaf ears,
    Don't hear at all


    December 18

    DAILY LOG MO.12.18.06

     
    {~:~}*****************************************\\\\*********************************{~:~}
    {~:~}*****************************************\\\\*********************************{~:~}
             01    msdncan@microsoft.com
             02    msdn.microsoft.ca
    December 15

    DAILY LOG

    svn co https://svn.idcommons.net/svn/ic/java/spit/trunk spit
     
    cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/xdi login
    [hit ENTER when asked for CVS password]
    cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/xdi co -P spit/perl

    http://www.scientific-concepts.com/

      and     end     library     shl    
      array     exports     mod     shr  
      asm     file     nil     string  
      begin     for     not     then  
      case     function     object     to  
      const     goto     of     type  
      constructor     if     or     unit  
      declare     implementation     packed     until  
      destructor     in     procedure     uses  
      div     inherited     program     var  
      do     inline     record     while  
      downto     interface     repeat     with  
      else     label     set     xor  

      __reader     code     index     postlude    
      __writer     conv     name     private  
      absolute     export     out     public  
      assembler     external     overload     stdcall  
      cdecl     forward     pascal     virtual 

    {$ifdef __WIN32__}
      function ArcCos conv  arg_stdcall (X: Extended): Extended;
    {$else}
      function ArcCos conv arg_os2 (X: Extended): Extended;
    {$endif}

    begin
      Result := RadToDeg(ArcTan2(Sqrt(1 - X * X), X));
    end;

    {$ifdef __WIN32__}
      function ArcSin conv arg_stdcall ( X: Extended): Extended;
    {$else}
      function ArcSin conv arg_os2 ( X: Extended): Extended;
    {$endif}

    begin
      Result := RadToDeg(ArcTan2(X, Sqrt(1 - X * X)));
    end;

    // The exports clause actually exports the two routines,
    // supplying an optional ordinal number for each of them


    exports

      ArcCos name 'ArcCos',  // export by name
      ArcSin index 1;        // export by index

    begin
      // Do nothing
    end.

    http://www.tmt.com/helphtml/writing_dlls.htm

    http://answers.yahoo.com/question/index?qid=20061206160430AANcnx0&show=7

    http://www.deanesmay.com/archives/006750.html

    http://www.tias.com/cgi-bin/google.fcgi/itemKey=1921178604