Gmarker"

From Documentation
m (Created page with 'init')
 
(1st Draft)
Line 1: Line 1:
init
+
{{ZKComponentReferencePageHeader}}
 +
 
 +
= Gmarker =
 +
 
 +
*Demonstration: [http://www.zkoss.org/zkdemo/userguide/#m8 Gmaps Demo]
 +
*Java API: N/A
 +
*JavaScript API: N/A
 +
 
 +
= Employment/Purpose =
 +
 
 +
The gmarker of the Google Maps that you can customize with your own icon, shadow, color, and so on.
 +
 
 +
= Example =
 +
 
 +
[[ZK Component Reference/Diagrams_and_Reports/Gmaps | Gmaps]]
 +
 
 +
=Supported events=
 +
 
 +
{| border="1" | width="100%"
 +
! <center>Name</center>
 +
! <center>Event Type</center>
 +
 
 +
|-
 +
| <center><tt>onMapDrop</tt></center>
 +
| <javadoc>org.zkoss.gmaps.event.MapDropEvent</javadoc>
 +
 
 +
<tt>'''Description:''' Notifies that some component is dragged and dropped on the gmaps or gmarker component with latitude and longitude information.</tt>
 +
 
 +
|-
 +
| <center><tt>onMapClick, onMapDoubleClick, onMapRightClick</tt></center>
 +
| <javadoc>org.zkoss.gmaps.event.MapMouseEvent</javadoc>
 +
 
 +
<tt>'''Description:''' Notifies that some mouse action has been applied on the gmaps or gmarker component with latitude and longitude information.</tt>
 +
 
 +
|}
 +
 
 +
=Supported Children=
 +
 
 +
*None
 +
 
 +
=Use cases=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Description !! Example Location
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
=Version History=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| 2.51
 +
| 05/18/2010
 +
| Initialization
 +
|}
 +
 
 +
{{ZKComponentReferencePageFooter}}

Revision as of 04:49, 18 May 2010

Gmarker

  • Demonstration: Gmaps Demo
  • Java API: N/A
  • JavaScript API: N/A

Employment/Purpose

The gmarker of the Google Maps that you can customize with your own icon, shadow, color, and so on.

Example

Gmaps

Supported events

Name
Event Type
onMapDrop
MapDropEvent

Description: Notifies that some component is dragged and dropped on the gmaps or gmarker component with latitude and longitude information.

onMapClick, onMapDoubleClick, onMapRightClick
MapMouseEvent

Description: Notifies that some mouse action has been applied on the gmaps or gmarker component with latitude and longitude information.

Supported Children

*None

Use cases

Version Description Example Location
     

Version History

Version Date Content
2.51 05/18/2010 Initialization



Last Update : 2010/05/18

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.