BikeInCity.ServiceCaller.AddressGeocodedEventArgs.AddressGeocodedEventArgs C# (CSharp) Method

AddressGeocodedEventArgs() public method

public AddressGeocodedEventArgs ( GeoCoordinate c, State s ) : System
c GeoCoordinate
s State
return System
        public AddressGeocodedEventArgs(GeoCoordinate c, State s)
        {
            this.Location = c;
              this.StateType = s;
        }
AddressGeocodedEventArgs