OpenStreetMapImageGlobeOverlay Constructor (CartographicExtent) | 
  
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic OpenStreetMapImageGlobeOverlay(
	CartographicExtent extent
)
Public Sub New ( 
	extent As CartographicExtent
)
public:
OpenStreetMapImageGlobeOverlay(
	CartographicExtent^ extent
)
new : 
        extent : CartographicExtent -> OpenStreetMapImageGlobeOverlayParameters
- extent
 - Type: AGI.Foundation.CoordinatesCartographicExtent
The extent of the overlay. 
See Also