Gcircle

From Documentation
Revision as of 08:12, 5 May 2021 by Matthieu (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Gcircle

  • Demonstration: N/A
  • Java API: N/A
  • 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

Name
Event Type
onCenterChange org.zkoss.gmaps.event.CenterChangeEvent
onRadiusChange org.zkoss.gmaps.event.RadiusChangeEvent

Supported Children

*None

Use Cases

Version Description Example Location
     

Version History

Last Update : 2021/05/05


Version Date Content
     



Last Update : 2021/05/05

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