Gmarker"

From Documentation
m ((via JWB))
 
(4 intermediate revisions by 2 users not shown)
Line 14: 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 40: 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 53: Line 48:
 
{{LastUpdated}}
 
{{LastUpdated}}
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-

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.