Gcircle"
From Documentation
(Created page with "{{ZKComponentReferencePageHeader}} = Gcircle = *Demonstration: N/A *Java API: N/A *JavaScript API: N/A *Style Guide: N/A = Employment/Purpose = Circle drawn on the Google Map...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
*Demonstration: N/A | *Demonstration: N/A | ||
− | *Java API: | + | *Java API: [https://github.com/zkoss/zkgmapsz/releases in release zip] |
*JavaScript API: N/A | *JavaScript API: N/A | ||
*Style Guide: N/A | *Style Guide: N/A | ||
Line 27: | Line 27: | ||
− | {| | + | {| class='wikitable' | width="100%" |
! <center>Name</center> | ! <center>Name</center> | ||
! <center>Event Type</center> | ! <center>Event Type</center> | ||
Line 47: | Line 47: | ||
=Use Cases= | =Use Cases= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Description !! Example Location | ! Version !! Description !! Example Location | ||
|- | |- | ||
Line 58: | Line 58: | ||
{{LastUpdated}} | {{LastUpdated}} | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- |
Latest revision as of 03:05, 16 August 2022
Gcircle
- Demonstration: N/A
- Java API: in release zip
- JavaScript API: N/A
- Style Guide: N/A
Employment/Purpose
Circle drawn on the Google Maps per the given (latitude, longitude) points, fill color, etc..
Example
<window title="Google Maps" border="normal" width="520px">
<script type="text/javascript" content="zk.googleAPIkey='Your-Google-API-Key'"/>
<gmaps id="mymap" width="500px" height="300px" showSmallCtrl="true">
<gcircle id="cmarker" lat="0" lng="0" radius="10000" strokeColor="red" fillColor="red"></gcircle>
</gmaps>
</window>
Supported Events
onCenterChange | org.zkoss.gmaps.event.CenterChangeEvent | |
onRadiusChange | org.zkoss.gmaps.event.RadiusChangeEvent |
- Inherited Supported Events: XulElement
Supported Children
*None
Use Cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|