Skip to content

CreatingRequestGoogleMapsLayerEventArgs

Namespace: ThinkGeo.Core

Provides event data for the CreatingRequest event on Google Maps layers.

public class CreatingRequestGoogleMapsLayerEventArgs : System.EventArgs

Inheritance objectEventArgsCreatingRequestGoogleMapsLayerEventArgs

Properties

RequestUri

The request uri

public Uri RequestUri { get; set; }

Property Value

Uri

Constructors

CreatingRequestGoogleMapsLayerEventArgs()

Initializes a new instance of the CreatingRequestGoogleMapsLayerEventArgs class with no initial URI.

public CreatingRequestGoogleMapsLayerEventArgs()

CreatingRequestGoogleMapsLayerEventArgs(Uri)

Initializes a new instance of the CreatingRequestGoogleMapsLayerEventArgs class.

public CreatingRequestGoogleMapsLayerEventArgs(Uri requestUri)

Parameters

requestUri Uri