Google.Maps.StaticMaps.StaticMapRequest.StaticMapRequest C# (CSharp) Method

StaticMapRequest() public method

public StaticMapRequest ( ) : System
return System
        public StaticMapRequest()
        {
            this.Size = new Size(512, 512); //default size is 512x512
            this.Visible = new List<Location>(1);
            this.Markers = new MapMarkersCollection();
            this.Paths = new List<Path>();
        }