Package-level declarations
Types
Configures options for a inner polygon that will be used in PolygonOverlay. See the TomTomMap.addPolygonOverlay(options: PolygonOverlayOptions) to check how to add a new PolygonOverlay. Inner polygons can be nested.
Interface for notifying about the Polygon being clicked.
Exception thrown when a Polygon with the given id
cannot be found on the map.
Configures options for a Polygon overlay which can be added and displayed on the map. See the TomTomMap.addPolygon(options: PolygonOptions) to check how to add a new Polygon.
PolygonOverlay consists of inner polygon and outer area color used to color area outside of polygon.
Controls PolygonOverlay-specific features on the map. Allows PolygonOverlay management and the user interactions with the PolygonOverlay.
Exception thrown when a PolygonOverlay with the given id
cannot be found on the map.
Configures options for a PolygonOverlay, which can be added and displayed on the map. See the TomTomMap.addPolygonOverlay(options: PolygonOverlayOption) to check how to add a new PolygonOverlay.