Click or drag to resize

BingMapsForEnterpriseImageGlobeOverlay Constructor (BingMapsStyle, CartographicExtent, String, IWebProxy)

Initializes a new instance with the provided values.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public BingMapsForEnterpriseImageGlobeOverlay(
	BingMapsStyle mapStyle,
	CartographicExtent extent,
	string applicationKey,
	IWebProxy proxy
)

Parameters

mapStyle
Type: AGI.Foundation.Graphics.BingMapsStyle
The map style to use.
extent
Type: AGI.Foundation.Coordinates.CartographicExtent
The CartographicExtent of the overlay.
applicationKey
Type: System.String
The application key for the Bing Maps for Enterprise Production server.
proxy
Type: System.Net.IWebProxy
The proxy to use for connecting to the server.
See Also