Class Polygon

Direct Known Subclasses:
Rectangle

public class Polygon extends AbstractPath
  • Constructor Details

    • Polygon

      protected Polygon()
  • Method Details

    • createWithHoles

      public static Polygon createWithHoles(com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JsArray>> array, PolylineOptions options)
    • create

      public static Polygon create(com.google.gwt.core.client.JsArray<LatLng> latlngs, PolylineOptions options)
    • getExteriorRing

      public final LatLng[] getExteriorRing()
    • getRawLatLngs

      public final com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JsArray<LatLng>> getRawLatLngs()