Class WorldMapView.CountryView

  • All Implemented Interfaces:
    Styleable, EventTarget
    Enclosing class:
    WorldMapView

    public static class WorldMapView.CountryView
    extends SVGPath
    A view used to visualize the bounds of a country via SVG. The SVG information will be set on the view as part of the skin implementation of the map view. Applications can provide subclasses of this view in order to install their own event handling or tooltips.
    See Also:
    WorldMapView.setCountryViewFactory(Callback)