Gmarker"

From Documentation
m ((via JWB))
 
(7 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
= Gmarker =
 
= Gmarker =
  
*Demonstration: [http://www.zkoss.org/zkdemo/userguide/#m8 Gmaps Demo]
+
*Demonstration: [http://www.zkoss.org/zkdemo/reporting/google_map Gmaps]
 
*Java API: N/A
 
*Java API: N/A
 
*JavaScript API: N/A
 
*JavaScript API: N/A
 +
*Style Guide: N/A
  
 
= Employment/Purpose =
 
= Employment/Purpose =
Line 13: Line 14:
 
= Example =
 
= Example =
  
[[ZK Component Reference/Diagrams_and_Reports/Gmaps | Gmaps]]
+
[[ZK Component Reference/Diagrams_and_Reports/Gmaps#Example | Gmaps]]
  
=Supported events=
+
=Supported Events=
  
{| border="1" | width="100%"
+
{| class='wikitable' | width="100%"
 
! <center>Name</center>
 
! <center>Name</center>
 
! <center>Event Type</center>
 
! <center>Event Type</center>
  
 
|-
 
|-
| <center><tt>onMapDrop</tt></center>
+
| <center><code>onMapDrop</code></center>
| <javadoc>org.zkoss.gmaps.event.MapDropEvent</javadoc>
+
| '''Event:''' [[ZK_Component_Reference/Events/MapDropEvent | MapDropEvent]]
  
<tt>'''Description:''' Notifies that some component is dragged and dropped on the gmaps or gmarker component with latitude and longitude information.</tt>
+
Notifies that some component is dragged and dropped on the gmaps or gmarker component with latitude and longitude information.
 
 
|-
 
| <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>
 
  
 
|}
 
|}
 +
*Inherited Supported Events: [[ZK_Component_Reference/Diagrams_and_Reports/Gmaps/Ginfo#Supported_Events | Ginfo]]
  
 
=Supported Children=
 
=Supported Children=
Line 39: Line 35:
 
  *None
 
  *None
  
=Use cases=
+
=Use Cases=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Description !! Example Location
 
! Version !! Description !! Example Location
 
|-
 
|-
Line 50: Line 46:
  
 
=Version History=
 
=Version History=
 +
{{LastUpdated}}
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| 2.51
+
| &nbsp;
| 05/18/2010
+
| &nbsp;
| Initialization
+
| &nbsp;
 
|}
 
|}
  
 
{{ZKComponentReferencePageFooter}}
 
{{ZKComponentReferencePageFooter}}

Latest revision as of 10:39, 12 January 2022

Gmarker

  • Demonstration: Gmaps
  • Java API: N/A
  • JavaScript API: N/A
  • Style Guide: N/A

Employment/Purpose

The gmarker of the Google Maps that you can used to indicate a specific (latitude, longitude) points. The icon, shadow, color, and so on are customizable.

Example

Gmaps

Supported Events

Name
Event Type
onMapDrop
Event: MapDropEvent

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

  • Inherited Supported Events: Ginfo

Supported Children

*None

Use Cases

Version Description Example Location
     

Version History

Last Update : 2022/01/12


Version Date Content
     



Last Update : 2022/01/12

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