CreatingRequestGoogleMapsLayerEventArgs¶
Namespace: ThinkGeo.Core
Provides event data for the CreatingRequest event on Google Maps layers.
public class CreatingRequestGoogleMapsLayerEventArgs : System.EventArgs
Inheritance object → EventArgs → CreatingRequestGoogleMapsLayerEventArgs
Properties¶
RequestUri¶
The request uri
public Uri RequestUri { get; set; }
Property Value¶
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