CreatingRequestGoogleMapsLayerEventArgs¶
Namespace: ThinkGeo.Core
public class CreatingRequestGoogleMapsLayerEventArgs : System.EventArgs
Inheritance Object → EventArgs → CreatingRequestGoogleMapsLayerEventArgs
Properties¶
RequestUri¶
The request uri
public Uri RequestUri { get; set; }
Property Value¶
Uri
Constructors¶
CreatingRequestGoogleMapsLayerEventArgs()¶
public CreatingRequestGoogleMapsLayerEventArgs()
CreatingRequestGoogleMapsLayerEventArgs(Uri)¶
Create an instance of CreatingRequestGoogleMapsLayerEventArgs
public CreatingRequestGoogleMapsLayerEventArgs(Uri requestUri)
Parameters¶
requestUri
Uri